doc: Add link to table

Formal tables should generally have an xref in the text that points to
them.  Add them here.
This commit is contained in:
Peter Eisentraut 2024-04-25 14:03:42 +02:00
parent db08e8c6fa
commit e03ec4641d
1 changed files with 1 additions and 1 deletions

View 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">