11TODO list for PostgreSQL
22========================
3- Last updated:Tue Nov6 20:33:37 EST 2001
3+ Last updated:Wed Nov7 00:27:22 EST 2001
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -216,8 +216,8 @@ CLIENTS
216216* Allow psql \d to show temporary table structure
217217* Add XML interface: psql, pg_dump, COPY, separate server (?)
218218* -Fix libpq to properly handle socket failures under native MS Win32
219- * Add MD5 to ODBC
220219* Fix ecpg variable handling in EXEC SQL AT statement
220+ * Add MD5 to ODBC
221221* JDBC
222222o Comprehensive test suite. This may be available already.
223223o Updateable resultSet (must be done in backend code)
@@ -226,6 +226,7 @@ CLIENTS
226226o Error Codes (pending backend implementation)
227227o -Support for binary data/bytea
228228o Move to using 'make' rather than 'ant'(?)
229+ o Add MD5 capability
229230* ECPG
230231o Implement set descriptor, using descriptor
231232o Make casts work in variable initializations