On Thu, Nov 13, 2003 at 19:57:33 -0500,
David Wheeler <david(at)kineticode(dot)com> wrote:
> Hi All,
>
> I want to use GUIDs for object IDs in my application. This means that
> they would be used for primary keys in PostgreSQL, and there would of
> course be FKs pointing to them. A GUID is 128 bits, and can be in the
> following possible formats:
Couldn't you use numeric? That should be fairly portable.