diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-07 03:47:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-07 03:47:06 +0000 |
commit | 4ac77d370888673a511729db6ca2808b24e050fb (patch) | |
tree | 8b402cb1554e63ef26a5ea472755dffb1ed4e9a2 | |
parent | 106dda29156565c6c22bfc2bd741988d0cc42117 (diff) |
Mark as done:
> o -Abort all SET changes made in an aborted transaction
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Jun 3 18:45:19 EDT 2002 +Last updated: Thu Jun 6 23:46:49 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -239,7 +239,7 @@ Commands ANALYZE, and CLUSTER o Add SHOW command to see locale o Allow SHOW to output as a query result, like EXPLAIN - o Abort all SET changes made in an aborted transaction + o -Abort all SET changes made in an aborted transaction * SERVER-SIDE LANGUAGES o Allow PL/PgSQL's RAISE function to take expressions |