mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Update:
> o Allow Java server-side programming, http://pljava.sourceforge.net > [java]
This commit is contained in:
parent
2de427d1ef
commit
a44a0a4509
1 changed files with 3 additions and 2 deletions
5
doc/TODO
5
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Thu Apr 18 00:21:33 EDT 2002
|
||||
Last updated: Thu Apr 18 01:06:09 EDT 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -244,7 +244,8 @@ COMMANDS
|
|||
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)
|
||||
o Allow Java server-side programming (?) [java]
|
||||
o Allow Java server-side programming, http://pljava.sourceforge.net
|
||||
[java]
|
||||
o Fix problems with complex temporary table creation/destruction
|
||||
without using PL/PgSQL EXECUTE, needs cached plan invalidation
|
||||
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
|
||||
|
|
|
|||
Loading…
Reference in a new issue