Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Daniel Verite" <daniel@manitou-mail.org>
Cc: "shihao zhong" <zhong950419@gmail.com>,
Jian He <jian.universality@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2024-04-07T19:38:44Z
Lists: pgsql-hackers
"Daniel Verite" <daniel@manitou-mail.org> writes: > Also the use of "and/or" in the previous version conveys the fact > that operator class and ordering options are not mutually > exclusive. But when using "any of the following" in the new text, > doesn't it loose that meaning? Yeah; and/or is perfectly fine here and doesn't need to be improved on. There's a bigger problem though, which is that these bits are *also* missing any reference to opclass parameters. I fixed that and pushed it. regards, tom lane
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