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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 32d31182fe6508d05cbcaada4f09db5c5c4db579
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-10-20T17:01:49Z
Releases: 11.22
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.

Files

PathChange+/−
doc/src/sgml/ref/create_operator.sgml modified +4 −3

Documentation touched