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

Commit fe5d213

Browse files
committed
Remove items, not needed anymore:
< * %Disallow changing DEFAULT expression of a SERIAL column? < < This should be done only if the existing SERIAL problems cannot be < fixed. < < * %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump < does not dump the changes
1 parent 333bc29 commit fe5d213

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

doc/TODO

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Thu Aug 17 02:48:35 EDT 2006
5+
Last updated: Mon Aug 21 08:20:16 EDT 2006
66

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

202-
* %Disallow changing DEFAULT expression of a SERIAL column?
203-
204-
This should be done only if the existing SERIAL problems cannot be
205-
fixed.
206-
207-
* %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
208-
does not dump the changes
209202
* Fix data types where equality comparison isn't intuitive, e.g. box
210203
* -Zero umasked bits in conversion from INET cast to CIDR
211204
* -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 8 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Thu Aug 17 02:48:35 EDT 2006
11+
Last updated: Mon Aug 21 08:20:16 EDT 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>.
@@ -182,13 +182,7 @@ <h1><a name="section_4">Data Types</a></h1>
182182
inaccurate, in one sense.
183183
</p>
184184
<ul>
185-
<li>%Disallow changing DEFAULT expression of a SERIAL column?
186-
<p> This should be done only if the existing SERIAL problems cannot be
187-
fixed.
188-
</p>
189-
</li><li>%Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
190-
does not dump the changes
191-
</li><li>Fix data types where equality comparison isn't intuitive, e.g. box
185+
<li>Fix data types where equality comparison isn't intuitive, e.g. box
192186
</li><li>-<em>Zero umasked bits in conversion from INET cast to CIDR</em>
193187
</li><li>-<em>Prevent INET cast to CIDR from dropping netmask, SELECT '<a href="telnet://1.1.1.1">1.1.1.1</a>'::inet::cidr</em>
194188
</li><li>-<em>Allow INET + INT8 to increment the host part of the address or</em>

0 commit comments

Comments
 (0)