File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Tue Jun 7 10:12:04 EDT 2005
5
+ Last updated: Wed Jun 8 23:00:21 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -473,15 +473,11 @@ Commands
473
473
o Disallow dropping of an inherited constraint
474
474
o Allow objects to be moved to different schemas
475
475
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
481
477
o Allow moving system tables to other tablespaces, where possible
482
478
483
479
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.
485
481
486
482
o Prevent child tables from altering constraints like CHECK that were
487
483
inherited from the parent table
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Tue Jun 7 10:12:04 EDT 2005
11
+ Last updated: Wed Jun 8 23:00:21 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="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>
436
436
</ li > < li > Disallow dropping of an inherited constraint
437
437
</ li > < li > Allow objects to be moved to different schemas
438
438
</ 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
443
440
</ li > < li > Allow moving system tables to other tablespaces, where possible
444
441
< 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.
446
443
</ p >
447
444
</ li > < li > Prevent child tables from altering constraints like CHECK that were
448
445
inherited from the parent table
You can’t perform that action at this time.
0 commit comments