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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc: Remove stale entry for removed aclitem[] ~ aclitem operator
Date: 2026-06-14 15:02:28
Message-ID: 98913.1781449348@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shinya Kato <shinya11(dot)kato(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-06-14 15:52:44 Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Previous Message Ken Hibino 2026-06-14 14:48:27 [PATCH v1] Fix typo in InitWalRecovery() comment