diff options
Diffstat (limited to 'doc/src/sgml/queries.sgml')
-rw-r--r-- | doc/src/sgml/queries.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index 693fce531f4..b0c32777bbe 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -686,8 +686,9 @@ SELECT * AS t1(proname name, prosrc text) WHERE proname LIKE 'bytea%'; </programlisting> - The <literal>dblink</> function executes a remote query (see - <filename>contrib/dblink</>). It is declared to return + 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</> since it might be used for any kind of query. The actual column set must be specified in the calling query so that the parser knows, for example, what <literal>*</> should |