Skip to content

Commit 54f91c9

Browse files
committed
Update:
> o Abort SET changes made in aborted transactions (?)
1 parent a770da9 commit 54f91c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Apr 17 23:08:43 EDT 2002
3+
Last updated: Wed Apr 17 23:58:08 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -181,7 +181,6 @@ COMMANDS
181181
* Allow command blocks to ignore certain types of errors
182182
* Add checks for missing parameters to shell script, to prevent
183183
over-shifting
184-
* Abort SET changes made in aborted transactions
185184

186185
* ALTER
187186
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -237,6 +236,7 @@ COMMANDS
237236
ANALYZE, and CLUSTER
238237
o Add SHOW command to see locale
239238
o Allow SHOW to output as a query result, like EXPLAIN
239+
o Abort SET changes made in aborted transactions (?)
240240

241241
* SERVER-SIDE LANGUAGES
242242
o Allow PL/PgSQL's RAISE function to take expressions

0 commit comments

Comments
 (0)