Re: GUIDs

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: David Wheeler <david(at)kineticode(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GUIDs
Date: 2003-11-15 04:18:33
Message-ID: 20031115041833.GB10588@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Nov 14, 2003 at 17:52:41 -0500,
David Wheeler <david(at)kineticode(dot)com> wrote:
> On Friday, November 14, 2003, at 12:04 AM, Bruno Wolff III wrote:
>
> >Couldn't you use numeric? That should be fairly portable.
>
> Not really. The GUID is 128 bits, which doesn't work so well on 32-bit
> systems.

On postgres numeric isn't limited to what can be represented in 32 bits.
I am not sure about other systems, but I would expect it to not be limited
to just 32 bits on them either.

In response to

  • Re: GUIDs at 2003-11-14 22:52:41 from David Wheeler

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2003-11-15 04:20:11 Re: GUIDs
Previous Message Bruno Wolff III 2003-11-15 04:16:29 Re: Grant alter privileges