Done:
authorBruce Momjian
Thu, 8 Aug 2002 23:50:38 +0000 (23:50 +0000)
committerBruce Momjian
Thu, 8 Aug 2002 23:50:38 +0000 (23:50 +0000)
>  o -Fix PL/PgSQL to handle quoted mixed-case identifiers

doc/TODO

index 5f27662ab2d3e005795102d05fc6a3daf9dbb1b2..b068d64796c4e234c25af897c5fb4c7037f3f6db 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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 ([email protected])
 
@@ -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)