diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-05-23 17:20:46 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-05-23 17:20:46 +0000 |
commit | 78d21560660dd1e6cb4850ab2735caaf8527e8b4 (patch) | |
tree | 446f1884f9589e5e4fb10654bed0a3aad946e84c | |
parent | 27330595d38a368e6c26e8d8b30b4d6d392f07e4 (diff) | |
download | postgresql-78d21560660dd1e6cb4850ab2735caaf8527e8b4.tar.gz postgresql-78d21560660dd1e6cb4850ab2735caaf8527e8b4.zip |
One more ecpg todo fixed and removed.
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -259,7 +259,6 @@ Clients o Solve cardinality > 1 for input descriptors / variables o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified o Improve error handling - o Allow :var[:index] or :var[<integer>] as cvariable for an array var o Add a semantic check level, e.g. check if a table really exists o Fix nested C comments o Add SQLSTATE |