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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve documentation of CREATE/ALTER SUBSCRIPTION.
Дата
Msg-id E1mPqfb-0005GG-Kk@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix EXIT out of outermost block in plpgsql.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clear conn->errorMessage at successful completion of PQconnectdb