summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2024-04-25 12:03:42 +0000
committerPeter Eisentraut2024-04-25 12:03:42 +0000
commite03ec4641d2493db6fbfc60ff78d0f0b36d2ead1 (patch)
tree0de0da9726038ae3079dc2ff89d85865b5703111
parentdb08e8c6fa89ba9d2e80616448abe53316ceeef8 (diff)
doc: Add link to table
Formal tables should generally have an xref in the text that points to them. Add them here.
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 291f504d234..1928de57623 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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">