summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-01-03 08:04:16 +0000
committerBruce Momjian2002-01-03 08:04:16 +0000
commit9c00d0de578f527c3cf97af2a62381455956d697 (patch)
treedc92903e57ff5e345d1c1334516c4e62d8942b38
parentb96b0415fa6956350ac5c50d74fb963717dde248 (diff)
Added
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 828fb587e79..e607a6f6b22 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 3 03:00:47 EST 2002
+Last updated: Thu Jan 3 03:03:08 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -241,6 +241,7 @@ CLIENTS
* Add XML interface: psql, pg_dump, COPY, separate server (?)
* -Fix libpq to properly handle socket failures under native MS Win32
* -Add MD5 to ODBC (Bruce)
+* Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
* Add documentation for perl, including mention of DBI/DBD perl location
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
user/host/password combinations