mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 07:46:09 -04:00
Done:
> o -Fix PL/PgSQL to handle quoted mixed-case identifiers
This commit is contained in:
parent
54916d57b3
commit
41e7328068
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
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 (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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue