Updated:
authorBruce Momjian
Thu, 3 Jan 2002 17:29:31 +0000 (17:29 +0000)
committerBruce Momjian
Thu, 3 Jan 2002 17:29:31 +0000 (17:29 +0000)
< * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
---
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini

doc/TODO

index e607a6f6b2288138558217b946359e657c5f91e5..62293ccbc013526f258b8016c25ec9b8efdf100a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Thu Jan  3 03:03:08 EST 2002
+Last updated:      Thu Jan  3 12:29:05 EST 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -241,7 +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 config file check for $ODBCINI, $HOME/.odbc.ini, installpath/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