Re: Docs: Always use true|false instead of sometimes on|off for the subscription options
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Smith <smithpb2250@gmail.com>
Cc: David Rowley <dgrowleyml@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-05-16T16:40:50Z
Lists: pgsql-hackers
Peter Smith <smithpb2250@gmail.com> writes: > Yeah, I had a vested interest in this one place because I've been > reviewing the other thread [1] that was mentioned above. If that other > thread chooses "true|false" then putting "true|false" adjacent to > another "on|off" will look silly. But if that other thread adopts the > existing 'failover=on|off' values then it will diverge even further > from being consistent with the CREATE SUBSCRIPTION page. It's intentional that we allow more than one spelling of boolean values. I can see some value in being consistent within nearby examples, but I don't agree at all that it should be uniform across all our docs. regards, tom lane
Commits
-
Doc: use true|false rather than on|off for "failover" option
- fa65a022db26 17.0 landed