pgsql: doc: Markup and formatting improvements

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Markup and formatting improvements
Date: 2017-03-22 19:59:08
Message-ID: E1cqmPU-0001yC-Oy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Markup and formatting improvements

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a2760915b3a88f8e1b447dd5343549a1ebbb0f78

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 6 +++---
doc/src/sgml/ref/create_subscription.sgml | 7 +++++--
doc/src/sgml/ref/drop_subscription.sgml | 4 ++--
3 files changed, 10 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-03-23 03:46:26 pgsql: Expose waitforarchive option through pg_stop_backup()
Previous Message Robert Haas 2017-03-22 18:47:09 pgsql: Fix wrong costing of Sort under Gather Merge.