Skip to content

Commit 826be1f

Browse files
committed
doc: Add links to tables
Formal tables should generally have an xref in the text that points to them. Add them here.
1 parent 99c7541 commit 826be1f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7663,11 +7663,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
76637663
</para>
76647664

76657665
<para>
7666-
Each log line is serialized as a JSON object with the following
7667-
set of keys and their associated values.
7666+
Each log line is serialized as a JSON object with the set of keys and
7667+
their associated values shown in <xref
7668+
linkend="runtime-config-logging-jsonlog-keys-values"/>.
76687669
</para>
76697670

7670-
<table>
7671+
<table id="runtime-config-logging-jsonlog-keys-values">
76717672
<title>Keys and values of JSON log entries</title>
76727673
<tgroup cols="3">
76737674
<thead>

doc/src/sgml/logical-replication.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,12 @@
399399
So the <command>UPDATE</command> is transformed into an <command>INSERT</command>.
400400
</para>
401401

402-
<table>
402+
<para>
403+
<xref linkend="logical-replication-row-filter-transformations-summary"/>
404+
summarizes the applied transformations.
405+
</para>
406+
407+
<table id="logical-replication-row-filter-transformations-summary">
403408
<title><command>UPDATE</command> Transformation Summary</title>
404409
<tgroup cols="3">
405410
<thead>

0 commit comments

Comments
 (0)