mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Update contrib documention mentions to point to actual documentation
sections, rather than just calling it "/contrib/module_name". Also update pg_test_fsync build instructions now that it is in /contrib.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user