Re: [SQL] uniqueidentifier datatype for 7.3.X

2002-11-03 Thread Dmitry G. Mastrukov
÷ ÷ÓË, 03.11.2002, × 19:08, Tom Lane ÎÁÐÉÓÁÌ: > "Dmitry G. Mastrukov" =?koi8-r?Q?=E4=CD=C9=D4=D2=C9=CA_?= >=?koi8-r?Q?=E7=C5=CE=CE=C1=C4=D8=C5=D7=C9=DE_?= >=?koi8-r?Q?=ED=C1=D3=D4=D2=C0=CB=CF=D7?= <[EMAIL PROTECTED]> writes: > > In this release there is additional function uniqueidentifier_text()

Re: [SQL] uniqueidentifier datatype for 7.3.X

2002-11-03 Thread Tom Lane
"Dmitry G. Mastrukov" =?koi8-r?Q?=E4=CD=C9=D4=D2=C9=CA_?= =?koi8-r?Q?=E7=C5=CE=CE=C1=C4=D8=C5=D7=C9=DE_?= =?koi8-r?Q?=ED=C1=D3=D4=D2=C0=CB=CF=D7?= <[EMAIL PROTECTED]> writes: > In this release there is additional function uniqueidentifier_text() > which converts uniqueidentifier to text datatype.

[SQL] uniqueidentifier datatype for 7.3.X

2002-11-03 Thread Dmitry G. Mastrukov
Hi All! I've ported uniqueidentifier datatype to upcoming PostgreSQL 7.3. It's available at http://www.taurussoft.org/files/uniqueidentifier-0.1.9.3.tar.gz In this release there is additional function uniqueidentifier_text() which converts uniqueidentifier to text datatype. Thanks to Hussein Patni