v1-0001-doc-Remove-stale-entry-for-removed-aclitem-aclite.patch
application/octet-stream
Filename: v1-0001-doc-Remove-stale-entry-for-removed-aclitem-aclite.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: doc: Remove stale entry for removed aclitem[] ~ aclitem operator
| File | + | − |
|---|---|---|
| doc/src/sgml/func/func-info.sgml | 0 | 13 |
From 851ee7137c6eb41f58401e75f579d4e95baa8075 Mon Sep 17 00:00:00 2001
From: Shinya Kato <shinya11.kato@gmail.com>
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 <shinya11.kato@gmail.com>
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');
</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>@></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>
--
2.47.3