In docs, the datatype of "password_required" and "run_as_owner" was
incorrectly specified as a string.
Author: Amit Kapila
Reviewed-by: Sawada Masahiko
Discussion: https://postgr.es/m/CAHut+Pu=pnJf=SS1583pknSQ3CbOqLCkWcJCQYt6zxTagHEdmw@mail.gmail.com
- password_required (string)
+ password_required (boolean)
Specifies whether connections to the publisher made as a result
- run_as_owner (string)
+ run_as_owner (boolean)
If true, all replication actions are performed as the subscription