Обсуждение: Remove unary operator documentation https://www.postgresql.org/docs/current/datatype-oid.html

Поиск
Список
Период
Сортировка

Remove unary operator documentation https://www.postgresql.org/docs/current/datatype-oid.html

От
PG Doc comments form
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/datatype-oid.html
Description:

On page https://www.postgresql.org/docs/current/datatype-oid.html, for
regoperator the example "-(NONE,​integer)" is mentioned. Do I understand
correctly that this relates to unary operators, which are removed in
postgres 14?

Re: Remove unary operator documentation https://www.postgresql.org/docs/current/datatype-oid.html

От
Laurenz Albe
Дата:
On Mon, 2021-10-11 at 07:03 +0000, PG Doc comments form wrote:
> Page: https://www.postgresql.org/docs/14/datatype-oid.html
> Description:
> 
> On page https://www.postgresql.org/docs/current/datatype-oid.html, for
> regoperator the example "-(NONE,​integer)" is mentioned. Do I understand
> correctly that this relates to unary operators, which are removed in
> postgres 14?

Unary *postfix* operators have been removed, not *prefix*
operators like "-".

Yours,
Laurenz Albe