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+3beybrdb...@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(-)