pgsql: Improve installation instructions with pg_ctl in documentation - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve installation instructions with pg_ctl in documentation
Date
Msg-id E1gpmqa-0000Ff-QN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e938a83b2ee3b47d47cdbdf58df09946877d4fd

Modified Files
--------------
doc/src/sgml/installation.sgml      |  2 +-
doc/src/sgml/standalone-install.xml | 12 ++++--------
2 files changed, 5 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Renaming for new subscripting mechanism
Next
From: Amit Kapila
Date:
Subject: pgsql: Avoid possible deadlock while locking multiple heap pages.