Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document
Дата
Msg-id 2666481.1698800831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на EXCLUDE COLLATE in CREATE/ALTER TABLE document  (shihao zhong <zhong950419@gmail.com>)
Ответы Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document  (shihao zhong <zhong950419@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Hayato Kuroda (Fujitsu)"
Дата:
Сообщение: RE: Intermittent failure with t/003_logical_slots.pl test on windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Question about non-blocking mode in libpq