File tree 2 files changed +10
-13
lines changed
2 files changed +10
-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: Mon Apr 24 20:26:45 EDT 2006
5
+ Last updated: Mon Apr 24 22:58:22 EDT 2006
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.
@@ -499,13 +499,11 @@ SQL Commands
499
499
Currently non-global system tables must be in the default database
500
500
tablespace. Global system tables can never be moved.
501
501
502
- o %Prevent child tables from altering or dropping constraints
503
- like CHECK that were inherited from the parent table
504
502
o Prevent parent tables from altering or dropping constraints
505
- like CHECK that are inherited by child tables
506
-
507
- Dropping constraints should only be possible with CASCADE.
508
-
503
+ like CHECK that are inherited by child tables unless CASCADE
504
+ is used
505
+ o %Prevent child tables from altering or dropping constraints
506
+ like CHECK that were inherited from the parent table
509
507
o Have ALTER INDEX update the name of a constraint using that index
510
508
o Add ALTER TABLE RENAME CONSTRAINT, update index name also
511
509
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: Mon Apr 24 20:26:45 EDT 2006
11
+ Last updated: Mon Apr 24 22:58:22 EDT 2006
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 > .
@@ -458,12 +458,11 @@ <h1><a name="section_8">SQL Commands</a></h1>
458
458
< p > Currently non-global system tables must be in the default database
459
459
tablespace. Global system tables can never be moved.
460
460
</ p >
461
- </ li > < li > %Prevent child tables from altering or dropping constraints
462
- like CHECK that were inherited from the parent table
463
461
</ li > < li > Prevent parent tables from altering or dropping constraints
464
- like CHECK that are inherited by child tables
465
- < p > Dropping constraints should only be possible with CASCADE.
466
- </ p >
462
+ like CHECK that are inherited by child tables unless CASCADE
463
+ is used
464
+ </ li > < li > %Prevent child tables from altering or dropping constraints
465
+ like CHECK that were inherited from the parent table
467
466
</ li > < li > Have ALTER INDEX update the name of a constraint using that index
468
467
</ li > < li > Add ALTER TABLE RENAME CONSTRAINT, update index name also
469
468
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments