From 826be1ffb28dde083552150243dbbdcac55ab28e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 22 Apr 2022 11:19:17 +0200 Subject: [PATCH] doc: Add links to tables Formal tables should generally have an xref in the text that points to them. Add them here. --- doc/src/sgml/config.sgml | 7 ++++--- doc/src/sgml/logical-replication.sgml | 7 ++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a1682f6d4d3..03986946a83 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7663,11 +7663,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - Each log line is serialized as a JSON object with the following - set of keys and their associated values. + Each log line is serialized as a JSON object with the set of keys and + their associated values shown in . - +
Keys and values of JSON log entries diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index a0f9cecd01b..145ea71d61b 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -399,7 +399,12 @@ So the UPDATE is transformed into an INSERT. -
+ + + summarizes the applied transformations. + + +
<command>UPDATE</command> Transformation Summary