diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-26 18:32:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-26 18:32:44 +0000 |
commit | e90dbd27b1efbe1d1fdb373eeccb43303f256256 (patch) | |
tree | 34141f52d83153141a9225609efcfaf7d5b00fdd | |
parent | 998e1c178ce00d3d04657a2d967aa575e5a3b9b7 (diff) | |
download | postgresql-e90dbd27b1efbe1d1fdb373eeccb43303f256256.tar.gz postgresql-e90dbd27b1efbe1d1fdb373eeccb43303f256256.zip |
Updated:
> 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: Thu Apr 25 16:27:30 EDT 2002 +Last updated: Fri Apr 26 14:32:27 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -237,7 +237,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, some or, no 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 |