File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments