Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8e89728

Browse files
committed
Remove duplicate:
< o %Disallow dropping of an inherited constraint
1 parent 0915d37 commit 8e89728

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/TODO

+1-2
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: Sun Feb 12 22:42:37 EST 2006
5+
Last updated: Fri Feb 24 22:40:15 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -462,7 +462,6 @@ SQL Commands
462462
Currently non-global system tables must be in the default database
463463
tablespace. Global system tables can never be moved.
464464

465-
o %Disallow dropping of an inherited constraint
466465
o %Prevent child tables from altering or dropping constraints
467466
like CHECK that were inherited from the parent table
468467
o Have ALTER INDEX update the name of a constraint using that index

doc/src/FAQ/TODO.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sun Feb 12 22:42:37 EST 2006
11+
Last updated: Fri Feb 24 22:40:15 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -423,7 +423,6 @@ <h1><a name="section_8">SQL Commands</a></h1>
423423
<p> Currently non-global system tables must be in the default database
424424
tablespace. Global system tables can never be moved.
425425
</p>
426-
</li><li>%Disallow dropping of an inherited constraint
427426
</li><li>%Prevent child tables from altering or dropping constraints
428427
like CHECK that were inherited from the parent table
429428
</li><li>Have ALTER INDEX update the name of a constraint using that index

0 commit comments

Comments
 (0)