pgsql: Doc: improve documentation of CREATE/ALTER SUBSCRIPTION.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve documentation of CREATE/ALTER SUBSCRIPTION.
Date: 2021-09-13 18:27:07
Message-ID: E1mPqfb-0005GG-Kk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve documentation of CREATE/ALTER SUBSCRIPTION.

Improve the descriptions of some options. Fix sloppy grammar and markup.

Peter Smith and Tom Lane

Discussion: https://postgr.es/m/CAHut+PtPJDSOxtuMGpO2yDrRPKxcYGL4n7HqJP9HernZE=Cj+g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1882d6cca161dcf9fa05ecab5abeb1a027a5cfd2

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 35 +++++-----
doc/src/sgml/ref/create_subscription.sgml | 107 ++++++++++++++++--------------
2 files changed, 76 insertions(+), 66 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-09-13 20:53:21 pgsql: Clear conn->errorMessage at successful completion of PQconnectdb
Previous Message Tom Lane 2021-09-13 16:42:40 pgsql: Fix EXIT out of outermost block in plpgsql.