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

Commitfa65a02

Browse files
committed
Doc: use true|false rather than on|off for "failover" option
The CREATE SUBSCRIPTION documentation mentions "false" is the defaultoption, so let's use true|false rather than on|off in the text whichtalks about this option in the ALTER SUBSCRIPTION page.The other boolean options mentioned in create_subscription.sgml use trueand false so it makes sense to be consistent with these. The "failover"option is new to v17.Author: Peter SmithDiscussion:https://postgr.es/m/CAHut+Ps-RqrggaJU5w85BbeQzw9CLmmLgADVJoJ=xx_4D5CWvw@mail.gmail.com
1 parent94af84f commitfa65a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/alter_subscription.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
6969
Commands <command>ALTER SUBSCRIPTION ... REFRESH PUBLICATION</command>,
7070
<command>ALTER SUBSCRIPTION ... {SET|ADD|DROP} PUBLICATION ...</command>
7171
with <literal>refresh</literal> option as <literal>true</literal> and
72-
<command>ALTER SUBSCRIPTION ... SET (failover =on|off)</command>
72+
<command>ALTER SUBSCRIPTION ... SET (failover =true|false)</command>
7373
cannot be executed inside a transaction block.
7474

7575
These commands also cannot be executed when the subscription has

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp