File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
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: Tue Sep 27 14:04:25 EDT 2005
5
+ Last updated: Sun Oct 2 20:42:27 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,8 +181,7 @@ 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
- seqname.nextval?
184
+ * -Have sequence dependency track use of DEFAULT sequences
186
185
* %Disallow changing default expression of a SERIAL column?
187
186
* Fix data types where equality comparison isn't intuitive, e.g. box
188
187
* %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: Tue Sep 27 14:04:25 EDT 2005
11
+ Last updated: Sun Oct 2 20:42:27 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 > Have sequence dependency track use of DEFAULT sequences,
172
- seqname.nextval?
171
+ < li > -< em > Have sequence dependency track use of DEFAULT sequences</ em >
173
172
</ li > < li > %Disallow changing default expression of a SERIAL column?
174
173
</ li > < li > Fix data types where equality comparison isn't intuitive, e.g. box
175
174
</ li > < li > %Prevent INET cast to CIDR if the unmasked bits are not zero, or
You can’t perform that action at this time.
0 commit comments