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