1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00
>
> * Add a GUC to control whether BEGIN inside a transcation should abort
>   the transaction.
This commit is contained in:
Bruce Momjian
2006-05-18 02:32:15 +00:00
parent 3c5665d088
commit e6bd9bf7ff
2 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sat May 6 19:35:11 EDT 2006
Last updated: Wed May 17 22:32:10 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -479,6 +479,9 @@ SQL Commands
This would be useful for SERIAL nextval() calls and CHECK constraints.
* Add a GUC to control whether BEGIN inside a transcation should abort
the transaction.
* CREATE