diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-13 01:54:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-13 01:54:40 +0000 |
commit | 0b33ace6785dda49d461d7889a9623f67d81e3f7 (patch) | |
tree | 33cbb91b56bdfaf29dac9eef894ff981ca863870 | |
parent | 1b1dbb861dbd5981c2b2f569f70105d6d588d2ba (diff) | |
download | postgresql-0b33ace6785dda49d461d7889a9623f67d81e3f7.tar.gz postgresql-0b33ace6785dda49d461d7889a9623f67d81e3f7.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 12 16:26:03 EDT 2000 +Last updated: Thu Oct 12 21:54:30 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -146,6 +146,7 @@ COMMANDS * MOVE 0 should not move to end of cursor * Overhaul ACL (access control) code * Allow ORDER BY...LIMIT in INSERT INTO ... SELECT +* Add SHOW command to display locks CLIENTS |