Re: Document "59.2. Built-in Operator Classes" have a clerical error?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Document "59.2. Built-in Operator Classes" have a clerical error?
Дата
Msg-id 2985974.1598483949@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Document "59.2. Built-in Operator Classes" have a clerical error?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-docs
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2020-Aug-26, Bruce Momjian wrote:
>> Stupid question, but do we think the average Postgres user can
>> understand this issue.  I am having trouble myself.

> The only reason I think it's worth pointing out, is that the opclass
> name is something you can use in CREATE INDEX, while the opfamily name
> cannot be used there.  The original tables can be used for that purpose,
> but the patched tables cannot.

With one eye on the PDF width issue, I propose that we not draw
the distinction, but just list all the relevant operators for each
opclass (its native ones, plus the applicable "loose" operators).
Then we only need two columns, opclass and operators.

            regards, tom lane



В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 35.9.2. Base Types in C-Language Functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Add comma after e.g. and i.e.?