]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: update documentation about EXCLUDE constraint elements.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Apr 2024 19:36:08 +0000 (15:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Apr 2024 19:36:08 +0000 (15:36 -0400)
commite2663a63c3b9459651f9370a971966d4fcfe0332
treee7038db41369304a8187209d78c826f23b2b1c54
parenta9c20c85c73a41d3736f142743fa1a01df1e04b6
Doc: update documentation about EXCLUDE constraint elements.

What the documentation calls an exclude_element is an index_elem
according to gram.y, and it allows all the same options that
a CREATE INDEX column specification does.  The COLLATE patch
neglected to update the CREATE/ALTER TABLE docs about that,
and later the opclass-parameters patch made the same oversight.
Add those options to the syntax synopses, and polish the
associated text a bit.

Back-patch to v13 where opclass parameters came in.  We could
update v12 with just the COLLATE omission, but it doesn't quite
seem worth the trouble at this point.

Shihao Zhong, reviewed by Daniel Vérité, Shubham Khanna and myself

Discussion: https://postgr.es/m/CAGRkXqShbVyB8E3gapfdtuwiWTiK=Q67Qb9qwxu=+-w0w46EBA@mail.gmail.com
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_table.sgml