pgsql: Doc: Improve clarity on partitioned table limitations

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Doc: Improve clarity on partitioned table limitations
Дата
Msg-id E1kNPaf-0006w2-5n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: Improve clarity on partitioned table limitations

Explicitly mention that primary key constraints are also included in the
limitation that the constraint columns must be a superset of the partition key
columns.

Wording suggestion from Tom Lane.

Discussion: https://postgr.es/m/64062533.78364.1601415362244@mail.yahoo.com
Backpatch-through: 11, where unique constraints on partitioned tables were added

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5610ffaf00a53877ec973881b9b0b7a1acad689a

Modified Files
--------------
doc/src/sgml/ddl.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Doc: Improve clarity on partitioned table limitations
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove obsolete replication settings within TAP tests.