diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-05-18 02:32:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-05-18 02:32:15 +0000 |
commit | e6bd9bf7ff4a9f34ef0e4c0328e4f018482e0151 (patch) | |
tree | 517dc02fb05976c5eaace2baab36c14adafa6109 /doc/src | |
parent | 3c5665d088f85a9fba060c2ef650b1344ccfe507 (diff) | |
download | postgresql-e6bd9bf7ff4a9f34ef0e4c0328e4f018482e0151.tar.gz postgresql-e6bd9bf7ff4a9f34ef0e4c0328e4f018482e0151.zip |
Add:
>
> * Add a GUC to control whether BEGIN inside a transcation should abort
> the transaction.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 00a6df6b22e..d79ec029e13 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sat May 6 19:35:11 EDT 2006 +Last updated: Wed May 17 22:32:10 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -440,6 +440,8 @@ first. owner <p> This would be useful for SERIAL nextval() calls and CHECK constraints. </p> + </li><li>Add a GUC to control whether BEGIN inside a transcation should abort + the transaction. </li><li>CREATE <ul> <li>Allow CREATE TABLE AS to determine column lengths for complex |