aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-04-25 14:03:42 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-04-25 14:03:42 +0200
commite03ec4641d2493db6fbfc60ff78d0f0b36d2ead1 (patch)
tree0de0da9726038ae3079dc2ff89d85865b5703111 /doc/src
parentdb08e8c6fa89ba9d2e80616448abe53316ceeef8 (diff)
downloadpostgresql-e03ec4641d2493db6fbfc60ff78d0f0b36d2ead1.tar.gz
postgresql-e03ec4641d2493db6fbfc60ff78d0f0b36d2ead1.zip
doc: Add link to table
Formal tables should generally have an xref in the text that points to them. Add them here.
Diffstat (limited to 'doc/src')
-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">