diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-06-07 11:16:51 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-06-07 11:16:51 +0200 |
commit | c14a98032b17d514a195e4e76073ebc98a6521be (patch) | |
tree | a3f5e923cf903f3ecaf5f83db2a87c17745137b8 | |
parent | 35b527428d6110dd0de585223a4783fe996a0020 (diff) | |
download | postgresql-c14a98032b17d514a195e4e76073ebc98a6521be.tar.gz postgresql-c14a98032b17d514a195e4e76073ebc98a6521be.zip |
doc: Fix incorrect link target
-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. |