pgsql: Doc: Change optional parameters grouping in Create Subscription.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Doc: Change optional parameters grouping in Create Subscription.
Дата
Msg-id E1mPcJm-0007hh-Be@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: Change optional parameters grouping in Create Subscription.

The subscription parameters are rearranged into two groups:
a) those that control what happens during Create Subscription
b) those that control the replication behavior

This makes the documentation of Create Subscription easier to follow.

Author: Peter Smith
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHut+PtPJDSOxtuMGpO2yDrRPKxcYGL4n7HqJP9HernZE=Cj+g@mail.gmail.com

Branch
------
master

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

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add regression tests for csvlog with the logging collector
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix error handling with threads on OOM in ECPG connection logic