File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
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 (pgman@candle.pha.pa.us)
5
- Last updated: Sun Jan 22 21:59:28 EST 2006
5
+ Last updated: Wed Jan 25 21:50:11 EST 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.
@@ -182,9 +182,8 @@ Data Types
182
182
183
183
* %Disallow changing default expression of a SERIAL column?
184
184
* Fix data types where equality comparison isn't intuitive, e.g. box
185
- * %Prevent INET cast to CIDR if the unmasked bits are not zero, or
186
- zero the bits
187
- * %Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
185
+ * -Zero umasked bits in conversion from INET cast to CIDR
186
+ * -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
188
187
* Allow INET + INT4 to increment the host part of the address, or
189
188
throw an error on overflow
190
189
* %Add 'tid != tid ' operator for use in corruption recovery
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sun Jan 22 21:59:28 EST 2006
11
+ Last updated: Wed Jan 25 21:50:11 EST 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 > .
@@ -169,9 +169,8 @@ <h1><a name="section_4">Data Types</a></h1>
169
169
< ul >
170
170
< li > %Disallow changing default expression of a SERIAL column?
171
171
</ li > < li > Fix data types where equality comparison isn't intuitive, e.g. box
172
- </ li > < li > %Prevent INET cast to CIDR if the unmasked bits are not zero, or
173
- zero the bits
174
- </ li > < li > %Prevent INET cast to CIDR from dropping netmask, SELECT '< a href ="telnet://1.1.1.1 "> 1.1.1.1</ a > '::inet::cidr
172
+ </ li > < li > -< em > Zero umasked bits in conversion from INET cast to CIDR</ em >
173
+ </ 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 >
175
174
</ li > < li > Allow INET + INT4 to increment the host part of the address, or
176
175
throw an error on overflow
177
176
</ li > < li > %Add 'tid != tid ' operator for use in corruption recovery
You can’t perform that action at this time.
0 commit comments