pgsql: Doc: use true|false rather than on|off for "failover" option

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: use true|false rather than on|off for "failover" option
Date: 2024-05-16 12:40:27
Message-ID: E1s7aPL-000UVx-Cu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: use true|false rather than on|off for "failover" option

The CREATE SUBSCRIPTION documentation mentions "false" is the default
option, so let's use true|false rather than on|off in the text which
talks about this option in the ALTER SUBSCRIPTION page.

The other boolean options mentioned in create_subscription.sgml use true
and false so it makes sense to be consistent with these. The "failover"
option is new to v17.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Ps-RqrggaJU5w85BbeQzw9CLmmLgADVJoJ=xx_4D5CWvw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fa65a022db26bc446fb67ce1d7ac543fa4bb72e4

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-05-16 12:55:35 pgsql: Document that increasing max_connections uses more resources.
Previous Message Peter Eisentraut 2024-05-16 09:38:03 pgsql: pg_amcheck: Put new options in consistent order in --help and ma