pgsql: Add: > * Allow pg_ctl to work properly with configuration files

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Allow pg_ctl to work properly with configuration files
Date: 2005-06-04 18:12:39
Message-ID: 20050604181239.255CC52871@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> * Allow pg_ctl to work properly with configuration files located outside
> the PGDATA directory
>
> pg_ctl can not read the pid file because it isn't located in the
> config directory but in the PGDATA directory. The solution is to
> allow pg_ctl to read and understand postgresql.conf to find the
> data_directory value.
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.1545 -> r1.1546)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1545&r2=1.1546)
pgsql/doc/src/FAQ:
TODO.html (r1.52 -> r1.53)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.52&r2=1.53)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-04 18:13:59 pgsql: Improve readability of config location params by adding newline.
Previous Message Bruce Momjian 2005-06-04 16:53:48 pgsql: Add description: > > O_DIRECT doesn't have the same media