]> granicus.if.org Git - postgresql/commit
doc: Reword restriction on partition keys in unique indexes
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 12 Mar 2018 16:28:52 +0000 (13:28 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 12 Mar 2018 16:32:28 +0000 (13:32 -0300)
commit63cbee6a786028790abc6ae9b9606366bae5e01d
tree736c90cb503fcdb795c658e73f8fe6fdd9d2daf7
parent3beb46ae8118f64d94518ba105b5e5c79e2ce194
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
doc/src/sgml/ref/create_table.sgml
src/test/regress/expected/alter_table.out
src/test/regress/expected/indexing.out
src/test/regress/sql/alter_table.sql
src/test/regress/sql/indexing.sql