forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa65a02
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.com1 parent94af84f commitfa65a02
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
0 commit comments
Comments
(0)