pgsql: doc: Reword restriction on partition keys in unique indexes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: doc: Reword restriction on partition keys in unique indexes
Дата
Msg-id E1evQOa-0005il-HW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Reword restriction on partition keys in unique indexes

New wording from David G. Johnston, who noticed the unreadable original
also.  Include his suggested test case as well.

Fix a typo I noticed elsewhere while doing this.

Discussion: https://postgr.es/m/CAKFQuwY4Ld7ecxL_KAmaxwt0FUu5VcPPN2L4dh+3BeYbrdBa5g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63cbee6a786028790abc6ae9b9606366bae5e01d

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml        | 9 ++++-----
src/test/regress/expected/alter_table.out | 2 +-
src/test/regress/expected/indexing.out    | 8 ++++++++
src/test/regress/sql/alter_table.sql      | 2 +-
src/test/regress/sql/indexing.sql         | 7 +++++++
5 files changed, 21 insertions(+), 7 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: docs: Fix typo: a -> an
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Avoid having two PKs in a partition