projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db08e8c
)
doc: Add link to table
author
Peter Eisentraut
<peter@eisentraut.org>
Thu, 25 Apr 2024 12:03:42 +0000
(14:03 +0200)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 291f504d234f8bae8f9c065f496e3979f49b7e23..1928de576237842e4953f9272ff8d472e21fc406 100644
(file)
--- 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">