File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
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: Thu Jul 7 22:44:34 EDT 2005
5
+ Last updated: Sun Jul 10 01:06:40 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.
@@ -188,10 +188,7 @@ Data Types
188
188
information, either zone name or offset from UTC [timezone]
189
189
190
190
If the TIMESTAMP value is stored with a time zone name, interval
191
- computations should adjust based on the time zone rules, e.g.
192
- adding 24 hours to a timestamp would yield a different result from
193
- adding one day.
194
-
191
+ computations should adjust based on the time zone rules.
195
192
196
193
o Add ISO INTERVAL handling
197
194
o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
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: Thu Jul 7 22:44:34 EDT 2005
11
+ Last updated: Sun Jul 10 01:06:40 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 > .
@@ -176,9 +176,7 @@ <h1><a name="section_4">Data Types</a></h1>
176
176
</ li > < li > Allow TIMESTAMP WITH TIME ZONE to store the original timezone
177
177
information, either zone name or offset from UTC [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone "> timezone</ a > ]
178
178
< p > If the TIMESTAMP value is stored with a time zone name, interval
179
- computations should adjust based on the time zone rules, e.g.
180
- adding 24 hours to a timestamp would yield a different result from
181
- adding one day.
179
+ computations should adjust based on the time zone rules.
182
180
</ p >
183
181
</ li > < li > Add ISO INTERVAL handling
184
182
< ul >
You can’t perform that action at this time.
0 commit comments