mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add ALTER SCHEMA item detail:
< o Allow databases, schemas, and indexes to be moved to different < tablespaces > o Allow databases and schemas to be moved to different tablespaces > > One complexity is whether moving a schema should move all existing > schema objects or just define the location for future object creation. > 382c385 < o Add ALTER INDEX that works just like ALTER TABLE already does > o -Add ALTER INDEX that works just like ALTER TABLE already does 384d386 < o Add ALTER INDEX syntax to work like ALTER TABLE indexname
This commit is contained in:
parent
f7168bd44c
commit
ff8e5526dd
12
doc/TODO
12
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: Fri Aug 20 15:30:27 EDT 2004
|
Last updated: Fri Aug 20 16:07:04 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.
|
||||||
|
|
||||||
@ -370,8 +370,11 @@ Commands
|
|||||||
o Disallow dropping of an inherited constraint
|
o Disallow dropping of an inherited constraint
|
||||||
o Allow objects to be moved to different schemas
|
o Allow objects to be moved to different schemas
|
||||||
o Allow ALTER TABLESPACE to move to different directories
|
o Allow ALTER TABLESPACE to move to different directories
|
||||||
o Allow databases, schemas, and indexes to be moved to different
|
o Allow databases and schemas to be moved to different tablespaces
|
||||||
tablespaces
|
|
||||||
|
One complexity is whether moving a schema should move all existing
|
||||||
|
schema objects or just define the location for future object creation.
|
||||||
|
|
||||||
o Allow moving system tables to other tablespaces, where possible
|
o Allow moving system tables to other tablespaces, where possible
|
||||||
|
|
||||||
Currently non-global system tables must be in the default database
|
Currently non-global system tables must be in the default database
|
||||||
@ -379,9 +382,8 @@ Commands
|
|||||||
|
|
||||||
o -Add ALTER DOMAIN, AGGREGATE, CONVERSION ... OWNER TO
|
o -Add ALTER DOMAIN, AGGREGATE, CONVERSION ... OWNER TO
|
||||||
o -Add ALTER SEQUENCE ... OWNER TO
|
o -Add ALTER SEQUENCE ... OWNER TO
|
||||||
o Add ALTER INDEX that works just like ALTER TABLE already does
|
o -Add ALTER INDEX that works just like ALTER TABLE already does
|
||||||
on an index
|
on an index
|
||||||
o Add ALTER INDEX syntax to work like ALTER TABLE indexname
|
|
||||||
|
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
o Automatically maintain clustering on a table
|
o Automatically maintain clustering on a table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user