From 851ee7137c6eb41f58401e75f579d4e95baa8075 Mon Sep 17 00:00:00 2001 From: Shinya Kato Date: Fri, 12 Jun 2026 14:00:02 +0900 Subject: [PATCH v1] doc: Remove stale entry for removed aclitem[] ~ aclitem operator Commit 2f70fdb0644 removed the deprecated containment operator ~(aclitem[],aclitem) from the catalogs, but missed removing its entry from the aclitem operators table in the documentation. This commit removes it. Author: Shinya Kato Reviewed-by: Backpatch-through: 14 Discussion: https://postgr.es/m/ --- doc/src/sgml/func/func-info.sgml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/src/sgml/func/func-info.sgml b/doc/src/sgml/func/func-info.sgml index 00f64f50ceb..50ab7ac8020 100644 --- a/doc/src/sgml/func/func-info.sgml +++ b/doc/src/sgml/func/func-info.sgml @@ -1022,19 +1022,6 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute'); - - - aclitem[] ~ aclitem - boolean - - - This is a deprecated alias for @>. - - - '{calvin=r*w/hobbes,hobbes=r*w*/postgres}'::aclitem[] ~ 'calvin=r*/hobbes'::aclitem - t - - -- 2.47.3