diff options
Diffstat (limited to 'doc/src/sgml/queries.sgml')
-rw-r--r-- | doc/src/sgml/queries.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index c2c1aaa208e..52cc37a1d61 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -795,7 +795,7 @@ SELECT * AS t1(proname name, prosrc text) WHERE proname LIKE 'bytea%'; </programlisting> - The <xref linkend="CONTRIB-DBLINK-FUNCTION"> function + The <xref linkend="contrib-dblink-function"> function (part of the <xref linkend="dblink"> module) executes a remote query. It is declared to return <type>record</type> since it might be used for any kind of query. |