File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
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: Wed Jan 10 22:00:59 EST 2007
5
+ Last updated: Wed Jan 10 23:27:27 EST 2007
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.
@@ -244,6 +244,11 @@ Data Types
244
244
245
245
o Fix interval display to support values exceeding 2^31 hours
246
246
o Add overflow checking to timestamp and interval arithmetic
247
+ o Extend timezone code to allow 64-bit values so we can
248
+ represent years beyond 2038
249
+
250
+ http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php
251
+
247
252
o Add ISO INTERVAL handling
248
253
249
254
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php
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: Wed Jan 10 22:00:59 EST 2007
11
+ Last updated: Wed Jan 10 23:27:27 EST 2007
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 > .
@@ -221,6 +221,10 @@ <h1><a name="section_4">Data Types</a></h1>
221
221
</ p >
222
222
</ li > < li > Fix interval display to support values exceeding 2^31 hours
223
223
</ li > < li > Add overflow checking to timestamp and interval arithmetic
224
+ </ li > < li > Extend timezone code to allow 64-bit values so we can
225
+ represent years beyond 2038
226
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php "> http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php</ a >
227
+ </ p >
224
228
</ li > < li > Add ISO INTERVAL handling
225
229
</ li > </ ul >
226
230
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments