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 b682154f637..a8d57f4e39a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -21568,7 +21568,7 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute'); </table> <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. |