File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
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 Oct 2 20:42:27 EDT 2005
5
+ Last updated: Sun Oct 2 20:42:45 EDT 2005
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.
@@ -181,7 +181,6 @@ Data Types
181
181
The positive modulus result returned by NUMERICs might be considered
182
182
inaccurate, in one sense.
183
183
184
- * -Have sequence dependency track use of DEFAULT sequences
185
184
* %Disallow changing default expression of a SERIAL column?
186
185
* Fix data types where equality comparison isn't intuitive, e.g. box
187
186
* %Prevent INET cast to CIDR if the unmasked bits are not zero, or
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 Oct 2 20:42:27 EDT 2005
11
+ Last updated: Sun Oct 2 20:42:45 EDT 2005
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 > .
@@ -168,8 +168,7 @@ <h1><a name="section_4">Data Types</a></h1>
168
168
inaccurate, in one sense.
169
169
</ p >
170
170
< 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?
173
172
</ li > < li > Fix data types where equality comparison isn't intuitive, e.g. box
174
173
</ li > < li > %Prevent INET cast to CIDR if the unmasked bits are not zero, or
175
174
zero the bits
You can’t perform that action at this time.
0 commit comments