diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
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"> |