From 2f7e3a2ffcca3a9de7a5f5665d5245b0449a46f4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 16 Aug 2002 04:31:52 +0000
Subject: [PATCH] Added:

> * Allow configuration files to be specified in a different directory
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 1d0cdb20f09..1ef0c9d66cf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
-- 
GitLab