pgsql: Fix omission in partitioning limitation documentation

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix omission in partitioning limitation documentation
Дата
Msg-id E1rNvM0-000uex-T5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix omission in partitioning limitation documentation

UNIQUE and PRIMARY KEY constraints can be created on ONLY the
partitioned table.  We already had an example demonstrating that,
but forgot to mention it in the documentation of the limits of
partitioning.

Author: Laurenz Albe
Reviewed-By: shihao zhong, Shubham Khanna, Ashutosh Bapat
Backpatch-through: 12
Discussion: https://postgr.es/m/167299368731.659.16130012959616771853@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ba2d2784f3f83277de6f9c17505229fa3f2f6d5c

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


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix an intermetant BF failure in 003_logical_slots.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Clarify which xml tools are missing in meson error message