]> granicus.if.org Git - postgresql/commit
Reorder pg_ctl promote after pg_ctl status
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 8 Jun 2011 17:51:25 +0000 (20:51 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 8 Jun 2011 17:51:25 +0000 (20:51 +0300)
commit1bcdd66315fa1239793134e8284afc272f5975c3
tree59fe307ead00bd3dc172bd20d59eb5d8dfe8bfd7
parentb7e8feb33e5d948c66720643fe32cfb06980c3d1
Reorder pg_ctl promote after pg_ctl status

Since start/stop/restart/reload/status is a kind of standard command
set, it seems odd to insert the special-purpose "promote" in between
the closely related "restart" and "reload".  So put it after "status"
in code and documentation.

Put the documentation of the -U option in some sensible place.

Rewrite the synopsis sentence in help and documentation to make it
less of a growing mouthful.
doc/src/sgml/ref/pg_ctl-ref.sgml
src/bin/pg_ctl/pg_ctl.c