Re: looking for a globally unique row ID

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: looking for a globally unique row ID
Date: 2017-09-14 07:57:09
Message-ID: 323fe3e3-41d1-313a-5253-dc47f2e5a31c@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/14/2017 12:45 AM, Rafal Pietrak wrote:
> Can anybody help me find a way to implement an ID which:
>
> 1. guarantees being unique across multiple tables.
>
> 2. guarantees its uniqueness not only during INSERT, but also during the
> lifetime of the database/application (e.i. during future UPDATES).
>
> 3. guarantees persistence of value across database backup/restore/upgrade.

isn't that the problem that GUID are supposed to answer ?

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2017-09-14 07:57:59 Re: looking for a globally unique row ID
Previous Message Rafal Pietrak 2017-09-14 07:45:59 looking for a globally unique row ID