mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Add:
> * Add ON COMMIT capability to CREATE TABLE AS SELECT
This commit is contained in:
parent
32af13f03d
commit
69616f96ec
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sun May 30 22:58:42 EDT 2004
|
||||
Last updated: Tue Jun 8 23:15:47 EDT 2004
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -188,6 +188,7 @@ Commands
|
||||
* Allow column-level privileges
|
||||
* Add a session mode to warn about non-standard SQL usage
|
||||
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
|
||||
* Add ON COMMIT capability to CREATE TABLE AS SELECT
|
||||
|
||||
* ALTER
|
||||
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||
|
Loading…
Reference in New Issue
Block a user