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:17:13 +0200 |
commit | 8414f41d3485aaed2985cf06cea9a07c50eec262 (patch) | |
tree | fc36bd9746f69e292d21c74d4da6be976e93c041 | |
parent | 0b70f0302b674f006122953ff14bf23a53bc9b5a (diff) | |
download | postgresql-8414f41d3485aaed2985cf06cea9a07c50eec262.tar.gz postgresql-8414f41d3485aaed2985cf06cea9a07c50eec262.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 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. |