diff options
author | Bruce Momjian | 2002-08-08 23:50:38 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-08-08 23:50:38 +0000 |
commit | 41e732806856708298ceaee651fa47db170b8553 (patch) | |
tree | 820e2edefd3e069f0d1f33ab6e44fba624e56360 | |
parent | 54916d57b3cac7866f4d1350bde3eff060a4ea80 (diff) |
Done:
> o -Fix PL/PgSQL to handle quoted mixed-case identifiers
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Aug 8 19:13:54 EDT 2002 +Last updated: Thu Aug 8 19:50:27 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -243,7 +243,7 @@ Commands * SERVER-SIDE LANGUAGES o Allow PL/PgSQL's RAISE function to take expressions - o Fix PL/PgSQL to handle quoted mixed-case identifiers + o -Fix PL/PgSQL to handle quoted mixed-case identifiers o Change PL/PgSQL to use palloc() instead of malloc() o Add untrusted version of plpython o Add plsh server-side shell language (Peter E) |