|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Dec 15 20:08:46 EST 2003 |
| 3 | +Last updated:Mon Dec 15 20:35:38 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -284,7 +284,7 @@ Clients |
284 | 284 | o Implement SQLDA |
285 | 285 | o Fix nested C comments |
286 | 286 | o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |
287 | | -o Make SET CONNECTION thread-aware |
| 287 | +o Make SET CONNECTION thread-aware, non-standard? |
288 | 288 |
|
289 | 289 | * Python |
290 | 290 | o Allow users to register their own types with pg_ |
@@ -462,7 +462,7 @@ Source Code |
462 | 462 | * Acquire lock on a relation before building a relcache entry for it |
463 | 463 | * Research interaction of setitimer() and sleep() used by statement_timeout |
464 | 464 | * Add checks for fclose() failure |
465 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1181 2003/12/16 01:08:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1181 2003/12/16 01:08:40 momjian Exp $ |
| 465 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1182 2003/12/16 01:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1182 2003/12/16 01:35:40 momjian Exp $ |
466 | 466 | * Exit postmaster if postgresql.conf can not be opened |
467 | 467 | * Rename /scripts directory because they are all C programs now |
468 | 468 | * Allow the regression tests to start postmaster with -i so the tests |
|