diff options
author | Peter Eisentraut | 2022-04-22 09:19:17 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-04-22 09:19:17 +0000 |
commit | 826be1ffb28dde083552150243dbbdcac55ab28e (patch) | |
tree | 41eb68c6efa8fbd13df358b5f77b077a864b51ea | |
parent | 99c754129d787ea4ce3b34b9f4c5f5e74c45ab6a (diff) |
doc: Add links to tables
Formal tables should generally have an xref in the text that points to
them. Add them here.
-rw-r--r-- | doc/src/sgml/config.sgml | 7 | ||||
-rw-r--r-- | 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; </para> <para> - 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 <xref + linkend="runtime-config-logging-jsonlog-keys-values"/>. </para> - <table> + <table id="runtime-config-logging-jsonlog-keys-values"> <title>Keys and values of JSON log entries</title> <tgroup cols="3"> <thead> 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 <command>UPDATE</command> is transformed into an <command>INSERT</command>. </para> - <table> + <para> + <xref linkend="logical-replication-row-filter-transformations-summary"/> + summarizes the applied transformations. + </para> + + <table id="logical-replication-row-filter-transformations-summary"> <title><command>UPDATE</command> Transformation Summary</title> <tgroup cols="3"> <thead> |