From:
Alex Pilosov <alex(at)pilosoft(dot)com>
To:
Thomas Swan <tswan(at)olemiss(dot)edu>
Cc:
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>,
Peter Eisentraut <peter_e(at)gmx(dot)net>,
"Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Re: New data type: uniqueidentifier
Date:
2001-07-03 02:30:50
Message-ID:
Pine.BSO.4.10.10107022230120.7004-100000@spider.pilosoft.com (view raw or flat )
Thread:
2001-06-26 19:59:06 from "Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>
2001-06-26 22:02:46 from Alex Pilosov <alex(at)pilosoft(dot)com>
2001-06-27 01:48:36 from "Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>
2001-06-27 22:21:11 from "Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>
2001-06-28 15:12:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-06-29 01:48:19 from "Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>
2001-06-27 14:54:20 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2001-07-02 16:13:41 from Thomas Swan <tswan(at)olemiss(dot)edu>
2001-07-02 18:39:23 from Alex Pilosov <alex(at)pilosoft(dot)com>
2001-07-02 19:20:57 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2001-07-02 21:27:37 from Alex Pilosov <alex(at)pilosoft(dot)com>
2001-07-03 15:33:09 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2001-07-03 15:52:31 from Alex Pilosov <alex(at)pilosoft(dot)com>
2001-07-03 20:19:23 from "Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>
2001-07-03 01:37:33 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2001-07-03 01:54:01 from Thomas Swan <tswan(at)olemiss(dot)edu>
2001-07-03 02:30:50 from Alex Pilosov <alex(at)pilosoft(dot)com>
2001-07-03 15:05:18 from Thomas Swan <tswan-lst(at)ics(dot)olemiss(dot)edu>
2001-07-03 15:37:20 from Alex Pilosov <alex(at)pilosoft(dot)com>
Lists:
pgsql-hackers
On Mon, 2 Jul 2001, Thomas Swan wrote:
> I sit corrected.
>
> *slightly humbled*
>
> Why not do an unsigned int16 to hold your UUID generated numbers.
Not a good idea, since rules for comparison of UUID are wierd and are
_definitely_ not same as for comparison of int16.
> Ultimately, this would seem to be a more general solution and accomplish
> your goals at the sametime. Or, am I completely missing something.
In response to
Responses
pgsql-hackers by date
Next :From: Alex PilosovDate: 2001-07-03 02:32:01
Subject : Re: selecting from cursor
Previous :From : Alex PilosovDate : 2001-07-03 02:27:31
Subject : Re: selecting from cursor