Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document - Mailing list pgsql-hackers

From Tom Lane
Subject Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document
Date
Msg-id 2666481.1698800831@sss.pgh.pa.us
Whole thread Raw
In response to EXCLUDE COLLATE in CREATE/ALTER TABLE document  (shihao zhong <zhong950419@gmail.com>)
Responses Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document
List pgsql-hackers
shihao zhong <zhong950419@gmail.com> writes:
> I noticed that the CREATE/ALTER TABLE document does not mention that
> EXCLUDE can accept a collation. I created a documentation fix for this
> issue, and I have attached it to this email.

Hmm ... is this actually correct?  I think that the collate
option has to come before the opclass name etc, so you'd need
to shove it into exclude_element to provide an accurate
description of the syntax.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Intermittent failure with t/003_logical_slots.pl test on windows
Next
From: Tom Lane
Date:
Subject: Re: Question about non-blocking mode in libpq