Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42e7b0f

Browse files
committed
Update.
< computations should adjust based on the time zone rules, e.g.< adding 24 hours to a timestamp would yield a different result from< adding one day.<> computations should adjust based on the time zone rules.
1 parent37f11c3 commit42e7b0f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

‎doc/TODO

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Thu Jul 7 22:44:34 EDT 2005
5+
Last updated:Sun Jul10 01:06:40 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -188,10 +188,7 @@ Data Types
188188
information, either zone name or offset from UTC [timezone]
189189

190190
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.
195192

196193
o Add ISO INTERVAL handling
197194
o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="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 Jul10 01:06:40 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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>
176176
</li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone
177177
information, either zone name or offset from UTC [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone">timezone</a>]
178178
<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.
182180
</p>
183181
</li><li>Add ISO INTERVAL handling
184182
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp