Re: [GENERAL] looking for a globally unique row ID

Поиск
Список
Период
Сортировка
От Adam Brusselback
Тема Re: [GENERAL] looking for a globally unique row ID
Дата
Msg-id CAMjNa7dBDVQKQSn_ddnazy5oB2SdbubYEZugNrbNXZDDjoDQ0A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] looking for a globally unique row ID  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: [GENERAL] looking for a globally unique row ID
Re: [GENERAL] looking for a globally unique row ID
Список 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 по дате отправления:

Предыдущее
От: Dipesh Dangol
Дата:
Сообщение: [GENERAL] pgjdbc logical replication client throwing exception
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: [GENERAL] looking for a globally unique row ID