pgsql: Doc: remove stale entry for removed aclitem[] ~ aclitem operator - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: remove stale entry for removed aclitem[] ~ aclitem operator
Date
Msg-id E1wYmLY-000IZt-1z@gemulon.postgresql.org
Whole thread
List pgsql-committers
Doc: remove stale entry for removed aclitem[] ~ aclitem operator.

Commit 2f70fdb06 removed the deprecated containment operator
~(aclitem[],aclitem) from the catalogs, but missed removing its entry
from the documentation.  (Arguably the blame should fall on c62dd80cd,
which added this entry in contravention of the longstanding policy
that we don't document deprecated aliases in the first place.)

Author: Shinya Kato <shinya11.kato@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAOzEurQSyR5psWukyhUz1LtxyO55C2Vfp0Fmt8w2jGKxhszQmQ@mail.gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2963ddeef2be6d6e064cb9d382f67dcbf2c049a8

Modified Files
--------------
doc/src/sgml/func/func-info.sgml | 14 --------------
1 file changed, 14 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix oversight in commit aa1f93a33.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix PQdescribePrepared with more than 7498 params