We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf7dcba7 commit67b0d1dCopy full SHA for 67b0d1d
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated:Wed Nov 2121:46:38 EST 2001
+Last updated:Wed Nov 2122:05:23 EST 2001
4
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -16,7 +16,6 @@ RELIABILITY
16
-----------
17
18
* -SELECT pg_class FROM pg_class generates strange error (Bruce)
19
-* PL/PgSQL does not handle quoted mixed-case identifiers
20
21
22
ENHANCEMENTS
@@ -164,6 +163,7 @@ COMMANDS
164
163
* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
165
* Allow LIMIT/OFFSET to use expressions
166
* Allow PL/PgSQL's RAISE function to take expressions
+* PL/PgSQL does not handle quoted mixed-case identifiers
167
* Change PL/PgSQL to use palloc() instead of malloc()
168
* Add untrusted version of plpython
169
* -Allow GRANT/REVOKE to handle multiple user/group names