mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Add:
* Add COMMENT ON for all cluster global objects (users, groups, databases and tablespaces)
This commit is contained in:
parent
97b1ac1aef
commit
fdcad61fd5
4
doc/TODO
4
doc/TODO
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||||||
Bracketed items "[]" have more detail.
|
Bracketed items "[]" have more detail.
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Mon Aug 9 18:47:55 EDT 2004
|
Last updated: Mon Aug 9 21:39:00 EDT 2004
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
||||||
|
|
||||||
@ -328,6 +328,8 @@ Commands
|
|||||||
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
|
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
|
||||||
* Add ON COMMIT capability to CREATE TABLE AS SELECT
|
* Add ON COMMIT capability to CREATE TABLE AS SELECT
|
||||||
* Add NOVICE output level for helpful messages like automatic sequence/index creation
|
* Add NOVICE output level for helpful messages like automatic sequence/index creation
|
||||||
|
* Add COMMENT ON for all cluster global objects (users, groups,
|
||||||
|
databases and tablespaces)
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||||
|
Loading…
Reference in New Issue
Block a user