pgsql: Sync pg_ctl documentation and usage message with reality.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sync pg_ctl documentation and usage message with reality.
Date: 2017-04-20 18:42:05
Message-ID: E1d1H1p-00081q-5R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sync pg_ctl documentation and usage message with reality.

Commit 05cd12ed5 ("pg_ctl: Change default to wait for all actions")
was a tad sloppy about updating the documentation to match. The
documentation was also sorely in need of a copy-editing pass, having
been adjusted at different times by different people who took little
care to maintain consistency of style.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8bcb31ad5a7b3f4a0a6e4fbd8cbc1a7a8dde423d

Modified Files
--------------
doc/src/sgml/ref/pg_ctl-ref.sgml | 205 +++++++++++++++++++++------------------
src/bin/pg_ctl/pg_ctl.c | 29 +++---
2 files changed, 123 insertions(+), 111 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-04-20 18:44:08 pgsql: Improve multivariate statistics documentation
Previous Message Peter Eisentraut 2017-04-20 18:21:32 pgsql: Modify message when partitioned table is added to publication