aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-18 14:32:36 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-18 14:32:36 +0000
commit953287768e7be56372f6efb90deac09ff0ecd3f9 (patch)
tree4586364b866511aac76cbe5226ced7515d99bd18
parentf8c77a089cf787af0bf4f5b0f9906e8ebcc6e7b6 (diff)
downloadpostgresql-953287768e7be56372f6efb90deac09ff0ecd3f9.tar.gz
postgresql-953287768e7be56372f6efb90deac09ff0ecd3f9.zip
Update:
> o Abort all or commit all SET changes made in an aborted transaction
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e385c603cb5..1602c18f005 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Apr 18 01:06:09 EDT 2002
+Last updated: Thu Apr 18 10:32:23 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -236,7 +236,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 SET changes made in aborted transactions (?)
+ o Abort all or commit all SET changes made in an aborted transaction
* SERVER-SIDE LANGUAGES
o Allow PL/PgSQL's RAISE function to take expressions