pgsql: Doc: Change optional parameters grouping in Create Subscription. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Change optional parameters grouping in Create Subscription.
Date
Msg-id E1mPcJm-0007hh-Be@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add regression tests for csvlog with the logging collector
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix error handling with threads on OOM in ECPG connection logic