|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Aug 8 14:36:32 EDT 2003 |
| 3 | +Last updated:Fri Aug 8 14:55:33 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -292,7 +292,7 @@ Clients |
292 | 292 | o fix handling of DB attributes that are arrays |
293 | 293 | o Use backend prepare/execute facility for ecpg where possible |
294 | 294 | o -Make casts work in variable initializations |
295 | | -o-Implement SQLDA |
| 295 | +o Implement SQLDA |
296 | 296 | o Fix nested C comments |
297 | 297 | o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |
298 | 298 | o -Allow multi-threaded use of SQLCA |
@@ -474,7 +474,7 @@ Source Code |
474 | 474 | * Acquire lock on a relation before building a relcache entry for it |
475 | 475 | * Research interaction of setitimer() and sleep() used by statement_timeout |
476 | 476 | * Add checks for fclose() failure |
477 | | -* Change CVS $Id: TODO,v 1.1111 2003/08/08 18:36:34 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1111 2003/08/08 18:36:34 momjian Exp $ |
| 477 | +* Change CVS $Id: TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $ |
478 | 478 | * Exit postmaster if postgresql.conf can not be opened |
479 | 479 | * Rename /scripts directory because they are all C programs now |
480 | 480 | * Allow the regression tests to start postmaster with -i so the tests |
|