Re: [GENERAL] looking for a globally unique row ID - Mailing list pgsql-general

From Adam Brusselback
Subject Re: [GENERAL] looking for a globally unique row ID
Date
Msg-id CAMjNa7dBDVQKQSn_ddnazy5oB2SdbubYEZugNrbNXZDDjoDQ0A@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] looking for a globally unique row ID  (Rob Sargent <robjsargent@gmail.com>)
Responses Re: [GENERAL] looking for a globally unique row ID  (Rob Sargent <robjsargent@gmail.com>)
Re: [GENERAL] looking for a globally unique row ID  (Christopher Browne <cbbrowne@gmail.com>)
List pgsql-general
I cannot image a single postgres index covering more than one physical table. Are you really asking for that?

While not available yet, that is a feature that has had discussion before.  Global indexes are what i've seen it called in those discussions.  One of the main use cases is to provide uniqueness across multiple tables, which would also allow things like foreign keys on partitioned tables.

pgsql-general by date:

Previous
From: Dipesh Dangol
Date:
Subject: [GENERAL] pgjdbc logical replication client throwing exception
Next
From: Rob Sargent
Date:
Subject: Re: [GENERAL] looking for a globally unique row ID