summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-03-08 04:29:01 +0000
committerBruce Momjian <bruce@momjian.us>2002-03-08 04:29:01 +0000
commitee81126d1f39dbb77a357e1cd57c1293bd107cda (patch)
tree138d6590deea784c7bc2ac73035e428c3b908372 /doc
parentfd6b9f04a736cecd13f5f17214ad914cf1c59866 (diff)
TODO item done:
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index ef2391f1475..484c5c473c7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -46,10 +46,9 @@ PERMISSIONS
* Allow usernames to be specified directly in pg_hba.conf (Bruce)
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
user/host/password combinations
-* Remove PGPASSWORD because is insecure on some OS's
+* Remove PGPASSWORD because it is insecure on some OS's
* Make single-user local access permissions the default by limiting
permissions on the socket file (Peter E)
-* Use thread-safe crypt() in libpq, if available
* -Allow permissions for functions (Peter E)
ADMIN
@@ -66,7 +65,7 @@ ADMIN
flags unique
* Allow logging of query durations
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line
- specified parameters to postgresql.conf defaults
+ specified parameters to postgresql.conf defaults (Peter E)
DATA TYPES