File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Sat Jun 4 12:53:41 EDT 2005
5
+ Last updated: Sat Jun 4 14: 12:31 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -423,6 +423,14 @@ Commands
423
423
424
424
* Add C code to copy directories for use in creating new databases
425
425
* Have pg_ctl look at PGHOST in case it is a socket directory?
426
+ * Allow pg_ctl to work properly with configuration files located outside
427
+ the PGDATA directory
428
+
429
+ pg_ctl can not read the pid file because it isn't located in the
430
+ config directory but in the PGDATA directory. The solution is to
431
+ allow pg_ctl to read and understand postgresql.conf to find the
432
+ data_directory value.
433
+
426
434
* Allow column-level GRANT/REVOKE privileges
427
435
* Add a GUC variable to warn about non-standard SQL usage in queries
428
436
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sat Jun 4 12:53:41 EDT 2005
11
+ Last updated: Sat Jun 4 14: 12:31 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -388,6 +388,13 @@ <h1><a name="section_7">Commands</a></h1>
388
388
</ p >
389
389
</ li > < li > Add C code to copy directories for use in creating new databases
390
390
</ li > < li > Have pg_ctl look at PGHOST in case it is a socket directory?
391
+ </ li > < li > Allow pg_ctl to work properly with configuration files located outside
392
+ the PGDATA directory
393
+ < p > pg_ctl can not read the pid file because it isn't located in the
394
+ config directory but in the PGDATA directory. The solution is to
395
+ allow pg_ctl to read and understand postgresql.conf to find the
396
+ data_directory value.
397
+ </ p >
391
398
</ li > < li > Allow column-level GRANT/REVOKE privileges
392
399
</ li > < li > Add a GUC variable to warn about non-standard SQL usage in queries
393
400
</ li > < li > Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
You can’t perform that action at this time.
0 commit comments