doc: Add links to tables
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 22 Apr 2022 09:19:17 +0000 (11:19 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 22 Apr 2022 09:19:17 +0000 (11:19 +0200)
Formal tables should generally have an xref in the text that points to
them.  Add them here.

doc/src/sgml/config.sgml
doc/src/sgml/logical-replication.sgml

index a1682f6d4d32728eb2eb94d796d879ea7eba3570..03986946a83d4728d0cc3a47dbe2d1aa980753fb 100644 (file)
@@ -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>
index a0f9cecd01bd4811da66058e2aca8b5ac9a4049c..145ea71d61bf6b2ed7f35c1ae56a72039ec56ad5 100644 (file)
     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>