mirror of
https://github.com/postgres/postgres.git
synced 2026-03-11 10:45:17 -04:00
Add:
> * Add COMMENT for tablespaces
This commit is contained in:
parent
8cf8b47a21
commit
8196e1f85a
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||
Bracketed items "[]" have more detail.
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Fri Aug 6 21:58:13 EDT 2004
|
||||
Last updated: Mon Aug 9 18:39:14 EDT 2004
|
||||
|
||||
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
||||
|
||||
|
|
@ -328,6 +328,7 @@ Commands
|
|||
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
|
||||
* Add ON COMMIT capability to CREATE TABLE AS SELECT
|
||||
* Add NOVICE output level for helpful messages like automatic sequence/index creation
|
||||
* Add COMMENT for tablespaces
|
||||
|
||||
* ALTER
|
||||
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||
|
|
|
|||
Loading…
Reference in a new issue