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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Reword restriction on partition keys in unique indexes
Date: 2018-03-12 16:33:56
Message-ID: E1evQOa-0005il-HW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-03-12 16:34:15 Re: pgsql: Allow UNIQUE indexes on partitioned tables
Previous Message Alvaro Herrera 2018-03-12 16:02:06 Re: pgsql: Allow UNIQUE indexes on partitioned tables