RE: Globally Unique IDs?

From: "Rose, Keith" <keithr(at)aiinet(dot)com>
To: "'PostgreSQL General'" <pgsql-general(at)postgresql(dot)org>
Subject: RE: Globally Unique IDs?
Date: 2001-03-30 19:10:52
Message-ID: 638AA0336D7ED411928700D0B7B0D75B50A529@aimail.aiinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well, that is what we are doing. I really haven't looked into Oracle's
implementation. I actually _just_ got Oracle installed (along-side our
postgres installation) to start playing with it.

-----Original Message-----
From: Mitch Vincent [mailto:mitch(at)venux(dot)net]
Sent: Friday, March 30, 2001 1:47 PM
To: Rose, Keith; 'PostgreSQL General'
Subject: Re: Globally Unique IDs?

You can get the same result I suppose if you just use the same sequence
across all your tables.. Is Oracle doing anything more than that? You could
even make a quick function to get the next value from a sequence and call it
SYS_GUID() -- just an idea :-)

Good luck!

-Mitch
Software development :
You can have it cheap, fast or working. Choose two.

----- Original Message -----
From: "Rose, Keith" <keithr(at)aiinet(dot)com>
To: "'PostgreSQL General'" <pgsql-general(at)postgresql(dot)org>
Sent: Friday, March 30, 2001 1:42 PM
Subject: Globally Unique IDs?

> I am new to the mailing list, but not new to postgres. I did search
through
> the mail-list archives, and didn't find an answer to this question.
Oracle
> has a concept of a "globally unique ID" which can be gotten from their
> function call SYS_GUID(). Is there any plan to implement this (or
something
> analogous) in a future version of Postgres?
>
> --
> Keith Rose (ext. 2144)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2001-03-30 19:20:22 RE: Globally Unique IDs?
Previous Message Soma Interesting 2001-03-30 19:06:15 Re: Globally Unique IDs?