summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-08-28 16:45:11 +0000
committerBruce Momjian2002-08-28 16:45:11 +0000
commit4469f1aec728ad74f3277d1fdb552943afa7ddc9 (patch)
tree42e8df417bda0465cf8ad8a57f4b9ed1a3be3d41
parent83501ef4ca610331fce30438ea451512cf9f0a19 (diff)
Remove:
< * Remove PGPASSWORD because it is insecure on some OS's, in 7.4
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 4de87387aa..36c33b3fdf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Aug 27 17:16:09 EDT 2002
+Last updated: Wed Aug 28 12:45:07 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -48,7 +48,6 @@ Permissions
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
* -Add PGPASSWORDFILE environment variable or ~/.pgpass to store
user/host/password combinations
-* Remove PGPASSWORD because it is insecure on some OS's, in 7.4
* Make single-user local access permissions the default by limiting
permissions on the socket file (Peter E)
* -Allow permissions for functions (Peter E)