Improve installation instructions with pg_ctl in documentation

Michael Paquier <michael@paquier.xyz>

Commit: 3e938a83b2ee3b47d47cdbdf58df09946877d4fd
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-02-02T04:23:26Z
Releases: 12.0
Improve installation instructions with pg_ctl in documentation

The documentation includes sections to be able to initialize and start
Postgres via a couple of commands.  Some of its recommendations involve
using directly "postgres", which is inconsistent with the recommendation
given by initdb.  At the same time make some other command calls more
consistent with the rest, by using an absolute path when creating a
database.

Author: Andreas Scherbaum
Reviewed-by: Michael Banck, Ryan Lambert

Files

PathChange+/−
doc/src/sgml/installation.sgml modified +1 −1
doc/src/sgml/standalone-install.xml modified +4 −8

Documentation touched