File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Oct 26 11:27:34 EDT 2001
3
+ Last updated: Tue Oct 30 10:57:33 PST 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -221,11 +221,12 @@ CLIENTS
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)
224
- o Improved DatabaseMetaData [java]
224
+ o - Improved DatabaseMetaData [java]
225
225
o JDBC-standard BLOB support
226
226
o Error Codes (pending backend implementation)
227
- o Support for binary data/bytea
227
+ o - Support for binary data/bytea
228
228
o Move to using 'make' rather than 'ant'(?)
229
+ o Use cursors implicitly to avoid large results (see setCursorName())
229
230
230
231
REFERENTIAL INTEGRITY
231
232
You can’t perform that action at this time.
0 commit comments