]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Jun 2005 18:12:38 +0000 (18:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 4 Jun 2005 18:12:38 +0000 (18:12 +0000)
> * 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
doc/src/FAQ/TODO.html

index 2e93b43906c91012cc5d994580b693decf809f69..fc9b00862bd97f707a12e3d4c6a13ff5e9f6f27a 100644 (file)
--- 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,
index e42a8f921af203369d83d15b92240665e35b19e3..ab80be9238aef9a5ec1c024f9efce989f2ebdf7d 100644 (file)
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Sat Jun  4 12:53:41 EDT 2005
+Last updated:           Sat Jun  4 14:12:31 EDT 2005
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -388,6 +388,13 @@ first.
 </p>
   </li><li>Add C code to copy directories for use in creating new databases
   </li><li>Have pg_ctl look at PGHOST in case it is a socket directory?
+  </li><li>Allow pg_ctl to work properly with configuration files located outside
+  the PGDATA directory
+<p>  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.
+</p>
   </li><li>Allow column-level GRANT/REVOKE privileges
   </li><li>Add a GUC variable to warn about non-standard SQL usage in queries
   </li><li>Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,