pgsql: Allow pg_ctl to register the service in either AUTO or DEMAND st - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Allow pg_ctl to register the service in either AUTO or DEMAND st
Date
Msg-id E1P6oCi-000884-6N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow pg_ctl to register the service in either AUTO or DEMAND start type

Author: Quan Zongliang
Documentation updates by David Fetter

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0c9b166db5329119b6553e0f38fe486521f1352f

Modified Files
--------------
doc/src/sgml/ref/pg_ctl-ref.sgml |   24 +++++++++++++++++++-
src/bin/pg_ctl/pg_ctl.c          |   44 +++++++++++++++++++++++++++++++------
2 files changed, 59 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (Hiroshi Saito)
Date:
Subject: psqlodbc - psqlodbc: one more.
Next
From: Tom Lane
Date:
Subject: pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c