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

Commit1d18d1d

Browse files
committed
TODOs done:
> o -Prevent parent tables from altering or dropping constraints> o -Prevent child tables from altering or dropping constraints
1 parentcd902b3 commit1d18d1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Thu May8 23:58:36 EDT 2008
4+
Last updated:Fri May9 20:24:53 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -777,10 +777,10 @@ SQL Commands
777777
Currently non-global system tables must be in the default database
778778
tablespace. Global system tables can never be moved.
779779

780-
o Prevent parent tables from altering or dropping constraints
780+
o-Prevent parent tables from altering or dropping constraints
781781
like CHECK that are inherited by child tables unless CASCADE
782782
is used
783-
o%Prevent child tables from altering or dropping constraints
783+
o-Prevent child tables from altering or dropping constraints
784784
like CHECK that were inherited from the parent table
785785
o Have ALTER INDEX update the name of a constraint using that index
786786
o Add ALTER TABLE RENAME CONSTRAINT, update index name also

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Thu May8 23:58:36 EDT 2008
11+
Last updated:Fri May9 20:24:53 EDT 2008
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>.
@@ -674,10 +674,10 @@ <h1><a name="section_7">SQL Commands</a></h1>
674674
<p> Currently non-global system tables must be in the default database
675675
tablespace. Global system tables can never be moved.
676676
</p>
677-
</li><li>Prevent parent tables from altering or dropping constraints
677+
</li><li>-<em>Prevent parent tables from altering or dropping constraints</em>
678678
like CHECK that are inherited by child tables unless CASCADE
679679
is used
680-
</li><li>%Prevent child tables from altering or dropping constraints
680+
</li><li>-<em>Prevent child tables from altering or dropping constraints</em>
681681
like CHECK that were inherited from the parent table
682682
</li><li>Have ALTER INDEX update the name of a constraint using that index
683683
</li><li>Add ALTER TABLE RENAME CONSTRAINT, update index name also

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp