pgsql: Doc: update CREATE OPERATOR's statement about => as an operator.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update CREATE OPERATOR's statement about => as an operator.
Date: 2023-10-20 17:02:06
Message-ID: E1qtssw-001WnE-3R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: update CREATE OPERATOR's statement about => as an operator.

This doco said that use of => as an operator "is deprecated".
It's been fully disallowed since 865f14a2d back in 9.5, but
evidently that commit missed updating this statement.
Do so now.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1856a0ee0e967431ee52b6e3f2a95a0050fb9ca4

Modified Files
--------------
doc/src/sgml/ref/create_operator.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-10-20 17:40:28 pgsql: Dodge a compiler bug affecting timetz_zone/timetz_izone.
Previous Message Tom Lane 2023-10-20 16:28:56 pgsql: Extend ALTER OPERATOR to allow setting more optimization attribu