From e03ec4641d2493db6fbfc60ff78d0f0b36d2ead1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 25 Apr 2024 14:03:42 +0200 Subject: [PATCH] doc: Add link to table Formal tables should generally have an xref in the text that points to them. Add them here. --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 291f504d23..1928de5762 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -23193,7 +23193,7 @@ SELECT count(*) FROM sometable; PostgreSQL includes one merge support function that may be used in the RETURNING list of a command to identify the action taken for each - row. + row; see .