From 3360bc13519dc33ea911a157c9e46f2344eb3e44 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 4 Jun 2005 18:12:38 +0000 Subject: [PATCH] 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. > --- doc/TODO | 10 +++++++++- doc/src/FAQ/TODO.html | 9 ++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 2e93b43906..fc9b00862b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jun 4 12:53:41 EDT 2005 +Last updated: Sat Jun 4 14:12:31 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -423,6 +423,14 @@ Commands * Add C code to copy directories for use in creating new databases * Have pg_ctl look at PGHOST in case it is a socket directory? +* 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. + * Allow column-level GRANT/REVOKE privileges * Add a GUC variable to warn about non-standard SQL usage in queries * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e42a8f921a..ab80be9238 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jun 4 12:53:41 EDT 2005 +Last updated: Sat Jun 4 14:12:31 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -388,6 +388,13 @@ first.

  • Add C code to copy directories for use in creating new databases
  • Have pg_ctl look at PGHOST in case it is a socket directory? +
  • 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. +

  • Allow column-level GRANT/REVOKE privileges
  • Add a GUC variable to warn about non-standard SQL usage in queries
  • Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, -- 2.40.0