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

Commitc51815a

Browse files
committed
Remove idea of schema 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.<> o Allow databases to be moved to different tablespaces484c480< schema. Global system tables can never be moved.> tablespace. Global system tables can never be moved.
1 parente3a33a9 commitc51815a

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

‎doc/TODO

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Jun7 10:12:04 EDT 2005
5+
Last updated:Wed Jun8 23:00:21 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -473,15 +473,11 @@ Commands
473473
o Disallow dropping of an inherited constraint
474474
o Allow objects to be moved to different schemas
475475
o Allow ALTER TABLESPACE to move to different directories
476-
o Allow databases and schemas to be moved to different tablespaces
477-
478-
One complexity is whether moving a schema should move all existing
479-
schema objects or just define the location for future object creation.
480-
476+
o Allow databases to be moved to different tablespaces
481477
o Allow moving system tables to other tablespaces, where possible
482478

483479
Currently non-global system tables must be in the default database
484-
schema. Global system tables can never be moved.
480+
tablespace. Global system tables can never be moved.
485481

486482
o Prevent child tables from altering constraints like CHECK that were
487483
inherited from the parent table

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Tue Jun7 10:12:04 EDT 2005
11+
Last updated:Wed Jun8 23:00:21 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -436,13 +436,10 @@ <h1><a name="section_7">Commands</a></h1>
436436
</li><li>Disallow dropping of an inherited constraint
437437
</li><li>Allow objects to be moved to different schemas
438438
</li><li>Allow ALTER TABLESPACE to move to different directories
439-
</li><li>Allow databases and schemas to be moved to different tablespaces
440-
<p> One complexity is whether moving a schema should move all existing
441-
schema objects or just define the location for future object creation.
442-
</p>
439+
</li><li>Allow databases to be moved to different tablespaces
443440
</li><li>Allow moving system tables to other tablespaces, where possible
444441
<p> Currently non-global system tables must be in the default database
445-
schema. Global system tables can never be moved.
442+
tablespace. Global system tables can never be moved.
446443
</p>
447444
</li><li>Prevent child tables from altering constraints like CHECK that were
448445
inherited from the parent table

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp