pgsql: doc: Improve order in ALTER PUBLICATION/SUBSCRIPTION ref pages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Improve order in ALTER PUBLICATION/SUBSCRIPTION ref pages
Date: 2017-05-02 19:31:34
Message-ID: E1d5dWI-0005Ud-Bx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve order in ALTER PUBLICATION/SUBSCRIPTION ref pages

Move the OWNER and RENAME clauses to the end, so the interesting
functionality is listed first. This is more typical on nearby reference
pages, whereas the previous order was the order in which the clauses
were added.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml | 40 ++++++++++++++++----------------
doc/src/sgml/ref/alter_subscription.sgml | 39 +++++++++++++++----------------
2 files changed, 39 insertions(+), 40 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-05-02 21:51:24 pgsql: extstats: change output functions to emit valid JSON
Previous Message Robert Haas 2017-05-02 18:51:27 pgsql: Fix typos in comments.