diff options
author | Bruce Momjian | 2002-08-17 13:14:07 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-08-17 13:14:07 +0000 |
commit | a8d27511c71f539e9eb06cd039be242ba88ae3ce (patch) | |
tree | ad0b76d2bdf7d0e89f2802e53ebe897ca3e1a99f | |
parent | fc68e44062f58a92c9d8ca65fa99bb211716c5dd (diff) |
Done:
> o -Add command to display locks
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 16 13:04:21 EDT 2002 +Last updated: Sat Aug 17 09:14:04 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -238,7 +238,7 @@ Commands RULE cases (Philip) * SHOW/SET - o Add SHOW command to display locks + o -Add command to display locks o -Add SET or BEGIN timeout parameter to cancel query o Add SET REAL_FORMAT and SET DOUBLE_PRECISION_FORMAT using printf args o -Remove SET KSQO option now that OR processing is improved (Tom) |