diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-08 18:55:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-08 18:55:35 +0000 |
commit | 4ae02fd03ea12cdedbcb124a2ff1df5b6c19816c (patch) | |
tree | ad9ef5220e00ea20cd6d955c8e218c5da9e43bb3 | |
parent | 360162b172642ace8beff94c8da86c1aad1bd27b (diff) | |
download | postgresql-4ae02fd03ea12cdedbcb124a2ff1df5b6c19816c.tar.gz postgresql-4ae02fd03ea12cdedbcb124a2ff1df5b6c19816c.zip |
Update:
< o -Implement SQLDA
> o Implement SQLDA
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 8 14:36:32 EDT 2003 +Last updated: Fri Aug 8 14:55:33 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -292,7 +292,7 @@ Clients o fix handling of DB attributes that are arrays o Use backend prepare/execute facility for ecpg where possible o -Make casts work in variable initializations - o -Implement SQLDA + o Implement SQLDA o Fix nested C comments o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified o -Allow multi-threaded use of SQLCA @@ -474,7 +474,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* 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 $ +* 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 $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests |