pgsql: Improve installation instructions with pg_ctl in documentation

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Improve installation instructions with pg_ctl in documentation
Дата
Msg-id E1gpmqa-0000Ff-QN@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Renaming for new subscripting mechanism
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Avoid possible deadlock while locking multiple heap pages.