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

Commit6c4ad8b

Browse files
committed
Document the "replication" option in StartupMessage.
It is documented in the Streaming Replication Protocol section, but wasmissing from the list of options in StartupMessage description.
1 parent86fa9b2 commit6c4ad8b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎doc/src/sgml/protocol.sgml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,6 +5138,21 @@ StartupMessage (F)
51385138
</para>
51395139
</listitem>
51405140
</varlistentry>
5141+
<varlistentry>
5142+
<term>
5143+
<literal>replication</>
5144+
</term>
5145+
<listitem>
5146+
<para>
5147+
Used to connect in streaming replication mode, where a small
5148+
set of replication commands can be issued instead of SQL
5149+
statements. Value can be <literal>true</>,
5150+
<literal>false</>, or <literal>database</>, and the default
5151+
is <literal>false</>. See
5152+
<xref linkend="protocol-replication"> for details.
5153+
</para>
5154+
</listitem>
5155+
</varlistentry>
51415156
</variablelist>
51425157

51435158
In addition to the above, any run-time parameter that can be

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp