]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: remove stale entry for removed aclitem[] ~ aclitem operator. master github/master
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jun 2026 15:01:48 +0000 (11:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jun 2026 15:01:48 +0000 (11:01 -0400)
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

doc/src/sgml/func/func-info.sgml

index 00f64f50ceb8c9b752308ac147ed32bd5ff66e0b..8ffa7e832753e6f94f9af1d532e6ec5a36dd61c5 100644 (file)
@@ -1021,20 +1021,6 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute');
          <returnvalue>t</returnvalue>
         </para></entry>
        </row>
-
-       <row>
-        <entry role="func_table_entry"><para role="func_signature">
-         <type>aclitem[]</type> <literal>~</literal> <type>aclitem</type>
-         <returnvalue>boolean</returnvalue>
-        </para>
-        <para>
-         This is a deprecated alias for <literal>@&gt;</literal>.
-        </para>
-        <para>
-         <literal>'{calvin=r*w/hobbes,hobbes=r*w*/postgres}'::aclitem[] ~ 'calvin=r*/hobbes'::aclitem</literal>
-         <returnvalue>t</returnvalue>
-        </para></entry>
-       </row>
       </tbody>
      </tgroup>
     </table>