Reorder pg_ctl promote after pg_ctl status

Peter Eisentraut <peter_e@gmx.net>

Commit: 1bcdd66315fa1239793134e8284afc272f5975c3
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-06-08T17:51:25Z
Releases: 9.1.0
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.

Files

PathChange+/−
doc/src/sgml/ref/pg_ctl-ref.sgml modified +21 −21
src/bin/pg_ctl/pg_ctl.c modified +47 −43