pgsql: Doc: Fix the datatype of the newly added SUBSCRIPTION options.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix the datatype of the newly added SUBSCRIPTION options.
Date: 2023-04-08 04:24:00
Message-ID: E1pl07L-001yvh-74@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix the datatype of the newly added SUBSCRIPTION options.

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

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/create_subscription.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-04-08 04:35:13 pgsql: Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Previous Message Tom Lane 2023-04-08 03:32:55 pgsql: Add missing .gitignore entry.