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

Started by PG Bug reporting formover 4 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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?

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: PG Bug reporting form (#1)
Re: Remove unary operator documentation https://www.postgresql.org/docs/current/datatype-oid.html

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