mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
doc: Add links to tables
Formal tables should generally have an xref in the text that points to them. Add them here.
This commit is contained in:
parent
99c754129d
commit
826be1ffb2
@ -7663,11 +7663,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Each log line is serialized as a JSON object with the following
|
Each log line is serialized as a JSON object with the set of keys and
|
||||||
set of keys and their associated values.
|
their associated values shown in <xref
|
||||||
|
linkend="runtime-config-logging-jsonlog-keys-values"/>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<table>
|
<table id="runtime-config-logging-jsonlog-keys-values">
|
||||||
<title>Keys and values of JSON log entries</title>
|
<title>Keys and values of JSON log entries</title>
|
||||||
<tgroup cols="3">
|
<tgroup cols="3">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -399,7 +399,12 @@
|
|||||||
So the <command>UPDATE</command> is transformed into an <command>INSERT</command>.
|
So the <command>UPDATE</command> is transformed into an <command>INSERT</command>.
|
||||||
</para>
|
</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>
|
<title><command>UPDATE</command> Transformation Summary</title>
|
||||||
<tgroup cols="3">
|
<tgroup cols="3">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user