diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-05-07 02:40:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-05-07 02:40:43 +0000 |
commit | 97c7cb0930c5616cf20c204ba64eb43979a53e80 (patch) | |
tree | 4a6d5da95ee1e47f98a3ade31608cd6edf7040a1 | |
parent | 63d013906181397ac4f807bc316dd6bf97f82a2f (diff) | |
download | postgresql-97c7cb0930c5616cf20c204ba64eb43979a53e80.tar.gz postgresql-97c7cb0930c5616cf20c204ba64eb43979a53e80.zip |
Uppercase keyword for ecpg.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -286,7 +286,7 @@ Clients o Improve error handling o Add a semantic check level, e.g. check if a table really exists o fix handling of DB attributes that are arrays - o Use backend prepare/execute facility for ecpg where possible + o Use backend PREPARE/EXECUTE facility for ecpg where possible o Implement SQLDA o Fix nested C comments o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |