Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff8e552

Browse files
committed
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 does384d386< o Add ALTER INDEX syntax to work like ALTER TABLE indexname
1 parentf7168bd commitff8e552

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎doc/TODO

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Fri Aug 2015:30:27 EDT 2004
8+
Last updated:Fri Aug 2016:07:04 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -370,18 +370,20 @@ Commands
370370
o Disallow dropping of an inherited constraint
371371
o Allow objects to be moved to different schemas
372372
o Allow ALTER TABLESPACE to move to different directories
373-
o Allow databases, schemas, and indexes to be moved to different
374-
tablespaces
373+
o Allow databases and schemas to be moved to different tablespaces
374+
375+
One complexity is whether moving a schema should move all existing
376+
schema objects or just define the location for future object creation.
377+
375378
o Allow moving system tables to other tablespaces, where possible
376379

377380
Currently non-global system tables must be in the default database
378381
schema. Global system tables can never be moved.
379382

380383
o -Add ALTER DOMAIN, AGGREGATE, CONVERSION ... OWNER TO
381384
o -Add ALTER SEQUENCE ... OWNER TO
382-
o Add ALTER INDEX that works just like ALTER TABLE already does
385+
o-Add ALTER INDEX that works just like ALTER TABLE already does
383386
on an index
384-
o Add ALTER INDEX syntax to work like ALTER TABLE indexname
385387

386388
* CLUSTER
387389
o Automatically maintain clustering on a table

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp