Re: Partitioning Column needs to be Key

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: Partitioning Column needs to be Key
Дата
Msg-id 1582107076773-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Partitioning Column needs to be Key  (Vaishakha Madhava <vaishakha.madhava@314ecorp.com>)
Список pgsql-bugs
Hello,
this is not supported yet.
See: https://www.postgresql.org/docs/12/ddl-partitioning.html
that says
"Unique constraints on partitioned tables must include all the partition key
columns. 
This limitation exists because PostgreSQL can only enforce uniqueness in
each partition individually."

It is because PostgreSQL doesn't have any "global index" support yet. If you
really want to partition you table on a key that is not in the partition
key, you may have a look at
www.postgresql-archive.org/PostgreSQL-11-global-index-td6032681.html

Regards
PAscal




--
Sent from: https://www.postgresql-archive.org/PostgreSQL-bugs-f2117394.html



В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Panchal, Hiren (GE Corporate, consultant)"
Дата:
Сообщение: Regarding postgres driver odbc issue
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: [Bug Report] Week Day