doc: Add link to table
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 25 Apr 2024 12:03:42 +0000 (14:03 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 25 Apr 2024 12:03:42 +0000 (14:03 +0200)
Formal tables should generally have an xref in the text that points to
them.  Add them here.

doc/src/sgml/func.sgml

index 291f504d234f8bae8f9c065f496e3979f49b7e23..1928de576237842e4953f9272ff8d472e21fc406 100644 (file)
@@ -23193,7 +23193,7 @@ SELECT count(*) FROM sometable;
    <productname>PostgreSQL</productname> includes one merge support function
    that may be used in the <literal>RETURNING</literal> list of a
    <xref linkend="sql-merge"/> command to identify the action taken for each
-   row.
+   row; see <xref linkend="functions-merge-support-table"/>.
   </para>
 
   <table id="functions-merge-support-table">