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

Commit 6a17577

Browse files
committed
Remove, 8.1 completed items already removed:
< * -Have sequence dependency track use of DEFAULT sequences
1 parent 2aa39a4 commit 6a17577

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/TODO

Lines changed: 1 addition & 2 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: Sun Oct 2 20:42:27 EDT 2005
5+
Last updated: Sun Oct 2 20:42:45 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -181,7 +181,6 @@ Data Types
181181
The positive modulus result returned by NUMERICs might be considered
182182
inaccurate, in one sense.
183183

184-
* -Have sequence dependency track use of DEFAULT sequences
185184
* %Disallow changing default expression of a SERIAL column?
186185
* Fix data types where equality comparison isn't intuitive, e.g. box
187186
* %Prevent INET cast to CIDR if the unmasked bits are not zero, or

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 3 deletions
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 Oct 2 20:42:27 EDT 2005
11+
Last updated: Sun Oct 2 20:42:45 EDT 2005
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>.
@@ -168,8 +168,7 @@ <h1><a name="section_4">Data Types</a></h1>
168168
inaccurate, in one sense.
169169
</p>
170170
<ul>
171-
<li>-<em>Have sequence dependency track use of DEFAULT sequences</em>
172-
</li><li>%Disallow changing default expression of a SERIAL column?
171+
<li>%Disallow changing default expression of a SERIAL column?
173172
</li><li>Fix data types where equality comparison isn't intuitive, e.g. box
174173
</li><li>%Prevent INET cast to CIDR if the unmasked bits are not zero, or
175174
zero the bits

0 commit comments

Comments
 (0)