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