From 2963ddeef2be6d6e064cb9d382f67dcbf2c049a8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 14 Jun 2026 11:01:48 -0400 Subject: [PATCH] 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 Reviewed-by: Tom Lane Discussion: https://postgr.es/m/CAOzEurQSyR5psWukyhUz1LtxyO55C2Vfp0Fmt8w2jGKxhszQmQ@mail.gmail.com Backpatch-through: 14 --- doc/src/sgml/func/func-info.sgml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/src/sgml/func/func-info.sgml b/doc/src/sgml/func/func-info.sgml index 00f64f50ceb..8ffa7e83275 100644 --- a/doc/src/sgml/func/func-info.sgml +++ b/doc/src/sgml/func/func-info.sgml @@ -1021,20 +1021,6 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute'); t - - - - 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