diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-09 03:56:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-09 03:56:08 +0000 |
commit | eb953c320026cc467c60aad83bd60198e0d3534d (patch) | |
tree | 8faa8dff04fed7b7c67cab6fa60b625b25c52995 | |
parent | 2aeebfc64e23543704cf5e1b24b15dc82a097144 (diff) | |
download | postgresql-eb953c320026cc467c60aad83bd60198e0d3534d.tar.gz postgresql-eb953c320026cc467c60aad83bd60198e0d3534d.zip |
Add:
> o Fix PL/pgSQL RENAME to work on on variable names
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Apr 6 20:53:21 EST 2002 +Last updated: Mon Apr 8 23:55:25 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -242,6 +242,7 @@ COMMANDS o Allow Java server-side programming (?) [java] o Fix problems with complex temporary table creation/destruction without using PL/PgSQL EXECUTE + o Fix PL/pgSQL RENAME to work on on variable names CLIENTS ------- |