File tree 2 files changed +10
-4
lines changed
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;
7663
7663
</para>
7664
7664
7665
7665
<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"/>.
7668
7669
</para>
7669
7670
7670
- <table>
7671
+ <table id="runtime-config-logging-jsonlog-keys-values" >
7671
7672
<title>Keys and values of JSON log entries</title>
7672
7673
<tgroup cols="3">
7673
7674
<thead>
Original file line number Diff line number Diff line change 399
399
So the <command>UPDATE</command> is transformed into an <command>INSERT</command>.
400
400
</para>
401
401
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">
403
408
<title><command>UPDATE</command> Transformation Summary</title>
404
409
<tgroup cols="3">
405
410
<thead>
You can’t perform that action at this time.
0 commit comments