diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b6810336346..4ad76b04b2c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -18204,7 +18204,7 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute'); </para> <para> - <xref linkend="functions-aclitem-fn-table"/> shows the operators + <xref linkend="functions-aclitem-op-table"/> shows the operators available for the <type>aclitem</type> type, which is the catalog representation of access privileges. See <xref linkend="ddl-priv"/> for information about how to read access privilege values. |