mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Remove:
< o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS | < DROP } is issued outside a multi-statement transaction
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Thu Oct 12 17:40:09 EDT 2006
|
Last updated: Thu Oct 12 18:32:58 EDT 2006
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -501,8 +501,6 @@ SQL Commands
|
|||||||
expressions like SELECT col1 || col2
|
expressions like SELECT col1 || col2
|
||||||
o Use more reliable method for CREATE DATABASE to get a consistent
|
o Use more reliable method for CREATE DATABASE to get a consistent
|
||||||
copy of db?
|
copy of db?
|
||||||
o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
|
|
||||||
DROP } is issued outside a multi-statement transaction
|
|
||||||
|
|
||||||
|
|
||||||
* UPDATE
|
* UPDATE
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Thu Oct 12 17:40:09 EDT 2006
|
Last updated: Thu Oct 12 18:32:58 EDT 2006
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -457,8 +457,6 @@ first.
|
|||||||
expressions like SELECT col1 || col2
|
expressions like SELECT col1 || col2
|
||||||
</li><li>Use more reliable method for CREATE DATABASE to get a consistent
|
</li><li>Use more reliable method for CREATE DATABASE to get a consistent
|
||||||
copy of db?
|
copy of db?
|
||||||
</li><li>Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
|
|
||||||
DROP } is issued outside a multi-statement transaction
|
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>UPDATE
|
</li><li>UPDATE
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user