Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: shihao zhong <zhong950419@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2023-11-10T14:59:27Z
Lists: pgsql-hackers
On Wed, Nov 1, 2023 at 10:30 AM shihao zhong <zhong950419@gmail.com> wrote: > > Thank you for your feedback on my previous patch. I have fixed the issue and attached a new patch for your review. Could you please take a look for it if you have a sec? Thanks > Your patch works fine. you can see it here: https://cirrus-ci.com/task/6481922939944960 in an ideal world, since the doc is already built, we can probably view it as a plain html file just click the ci test result. in src/sgml/ref/create_table.sgml: "Each exclude_element can optionally specify an operator class and/or ordering options; these are described fully under CREATE INDEX." You may need to update this sentence to reflect that exclude_element can also optionally specify collation.
Commits
-
Doc: update documentation about EXCLUDE constraint elements.
- 1973d9fb3183 17.0 landed
- e2663a63c3b9 15.7 landed
- a690920015bd 16.3 landed
- 7a0541301078 14.12 landed
- 5fe7bcc6766b 13.15 landed