pgsql: Add: > * Allow pg_ctl to work properly with configuration files - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Add: > * Allow pg_ctl to work properly with configuration files
Date
Msg-id 20050604181239.255CC52871@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add description: > > O_DIRECT doesn't have the same media
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Improve readability of config location params by adding newline.