|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Oct 3010:57:33 PST 2001 |
| 3 | +Last updated:Tue Oct 3020:56:47 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -226,7 +226,16 @@ 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 | +<<<<<<< TODO |
| 230 | +* ECPG |
| 231 | +o implement set descriptor, using descriptor |
| 232 | +o make casts work in variable initializations |
| 233 | +o allow variable to specify the connection name |
| 234 | +o implement SQLDA |
| 235 | +o allow SELECT of array of strings into a auto-sized variable |
| 236 | +======= |
229 | 237 | o Use cursors implicitly to avoid large results (see setCursorName())
|
| 238 | +>>>>>>> 1.608 |
230 | 239 |
|
231 | 240 | REFERENTIAL INTEGRITY
|
232 | 241 |
|
|