Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88d6c6f

Browse files
author
Amit Kapila
committed
Doc: Add missing pgoutput options.
We forgot to update the docs while adding new options in pgoutput.Author: Emre HasegeliReviewed-by: Peter Smith, Amit KapilaBackpatch-through: 12Discussion:https://postgr.es/m/CAE2gYzwdwtUbs-tPSV-QBwgTubiyGD2ZGsSnAVsDfAGGLDrGOA%40mail.gmail.com
1 parentcc38651 commit88d6c6f

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@
442442
implemented by <quote>walsender</quote> and <quote>apply</quote>
443443
processes. The walsender process starts logical decoding (described
444444
in <xref linkend="logicaldecoding"/>) of the WAL and loads the standard
445-
logical decoding plugin (pgoutput). The plugin transforms the changes read
445+
logical decoding output plugin (<literal>pgoutput</literal>). The plugin
446+
transforms the changes read
446447
from WAL to the logical replication protocol
447448
(see <xref linkend="protocol-logical-replication"/>) and filters the data
448449
according to the publication specification. The data is then continuously

‎doc/src/sgml/protocol.sgml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,7 +2518,10 @@ The commands accepted in replication mode are:
25182518
<term><replaceable class="parameter">option_name</replaceable></term>
25192519
<listitem>
25202520
<para>
2521-
The name of an option passed to the slot's logical decoding plugin.
2521+
The name of an option passed to the slot's logical decoding output
2522+
plugin. See <xref linkend="protocol-logical-replication"/> for
2523+
options that are accepted by the standard (<literal>pgoutput</literal>)
2524+
plugin.
25222525
</para>
25232526
</listitem>
25242527
</varlistentry>
@@ -2863,12 +2866,18 @@ The commands accepted in replication mode are:
28632866
the physical streaming replication protocol.
28642867
</para>
28652868

2869+
<para>
2870+
<productname>PostgreSQL</productname> logical decoding supports output
2871+
plugins. <literal>pgoutput</literal> is the standard one used for
2872+
the built-in logical replication.
2873+
</para>
2874+
28662875
<sect2 id="protocol-logical-replication-params">
28672876
<title>Logical Streaming Replication Parameters</title>
28682877

28692878
<para>
2870-
The logical replication<literal>START_REPLICATION</literal> command
2871-
accepts followingparameters:
2879+
Using the<literal>START_REPLICATION</literal> command,
2880+
<literal>pgoutput</literal>acceptsthefollowingoptions:
28722881

28732882
<variablelist>
28742883
<varlistentry>
@@ -2878,7 +2887,7 @@ The commands accepted in replication mode are:
28782887
<listitem>
28792888
<para>
28802889
Protocol version. Currently only version <literal>1</literal> is
2881-
supported.
2890+
supported. A valid version is required.
28822891
</para>
28832892
</listitem>
28842893
</varlistentry>
@@ -2892,6 +2901,7 @@ The commands accepted in replication mode are:
28922901
Comma separated list of publication names for which to subscribe
28932902
(receive changes). The individual publication names are treated
28942903
as standard objects names and can be quoted the same as needed.
2904+
At least one publication name is required.
28952905
</para>
28962906
</listitem>
28972907
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp