Re: doc: Remove stale entry for removed aclitem[] ~ aclitem operator

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Shinya Kato <shinya11.kato@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-14T15:02:28Z
Lists: pgsql-hackers
Shinya Kato <shinya11.kato@gmail.com> writes:
> Commit 2f70fdb0644 removed the operator ~(aclitem[],aclitem), but
> missed removing its entry from the aclitem operators table in the
> documentation.

Good catch, pushed.

			regards, tom lane



Commits

  1. Doc: remove stale entry for removed aclitem[] ~ aclitem operator.

  2. Remove deprecated containment operators for built-in types