diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-16 04:31:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-16 04:31:52 +0000 |
commit | 2f7e3a2ffcca3a9de7a5f5665d5245b0449a46f4 (patch) | |
tree | 1f57f315f01765657a1ef6fc78492e9dc925a0a8 | |
parent | 6debc56bbc8913cc383fa7e7e27b28b6211b9608 (diff) | |
download | postgresql-2f7e3a2ffcca3a9de7a5f5665d5245b0449a46f4.tar.gz postgresql-2f7e3a2ffcca3a9de7a5f5665d5245b0449a46f4.zip |
Added:
> * Allow configuration files to be specified in a different directory
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Aug 15 13:47:16 EDT 2002 +Last updated: Fri Aug 16 00:31:51 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -68,6 +68,7 @@ Administration * -Prevent SIGHUP and 'pg_ctl reload' from changing command line specified parameters to postgresql.conf defaults (Peter E) * Allow easy display of usernames in a group +* Allow configuration files to be specified in a different directory Data Types |