summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-07-19 20:57:30 +0000
committerBruce Momjian2004-07-19 20:57:30 +0000
commit8459b2d47243807e4ee651d6cb35af12976c777e (patch)
tree053d250479f200a9771dd0f04e3e7674384200d3
parent6ce4738ecaddcfd5a201d0684b06822afc1758bc (diff)
Done:
> * -Allow configuration files to be specified in a different directory
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 53fc75c69ec..063529c83ca 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jul 17 06:50:10 EDT 2004
+Last updated: Mon Jul 19 16:57:25 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -23,7 +23,7 @@ Administration
* Incremental backups
* Remove behavior of postmaster -o after making postmaster/postgres
flags unique
-* Allow configuration files to be specified in a different directory
+* -Allow configuration files to be specified in a different directory
* Allow limits on per-db/user connections
* Add group object ownership, so groups can rename/drop/grant on objects,
so we can implement roles