> o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
> DROP } is issued outside a multi-statement transaction
PostgreSQL TODO List
====================
-Last updated: Mon Oct 2 20:03:48 EDT 2006
+Last updated: Thu Oct 12 17:29:19 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
expressions like SELECT col1 || col2
o Use more reliable method for CREATE DATABASE to get a consistent
copy of db?
+ o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
+ DROP } is issued outside a multi-statement transaction
* UPDATE
-Last updated: Mon Oct 2 20:03:48 EDT 2006
+Last updated: Thu Oct 12 17:29:19 EDT 2006
The most recent version of this document can be viewed at
expressions like SELECT col1 || col2
Use more reliable method for CREATE DATABASE to get a consistent
copy of db?
+
Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
+ DROP } is issued outside a multi-statement transaction
UPDATE