File tree 2 files changed +3
-16
lines changed 2 files changed +3
-16
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 (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
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.
@@ -199,13 +199,6 @@ Data Types
199
199
The positive modulus result returned by NUMERICs might be considered
200
200
inaccurate, in one sense.
201
201
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
209
202
* Fix data types where equality comparison isn't intuitive, e.g. box
210
203
* -Zero umasked bits in conversion from INET cast to CIDR
211
204
* -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
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: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
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 > .
@@ -182,13 +182,7 @@ <h1><a name="section_4">Data Types</a></h1>
182
182
inaccurate, in one sense.
183
183
</ p >
184
184
< 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
192
186
</ li > < li > -< em > Zero umasked bits in conversion from INET cast to CIDR</ em >
193
187
</ 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 >
194
188
</ li > < li > -< em > Allow INET + INT8 to increment the host part of the address or</ em >
You can’t perform that action at this time.
0 commit comments