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

Commit02b59c6

Browse files
committed
Done;
o -Add support for day-time syntax, INTERVAL '1 2:03:04'DAY TO SECOND
1 parentcd48ae8 commit02b59c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/TODO

Lines changed: 1 addition & 1 deletion
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:Sat Apr22 23:59:59 EDT 2006
5+
Last updated:Mon Apr24 18:59:31 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 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:Sat Apr22 23:59:59 EDT 2006
11+
Last updated:Mon Apr24 18:59:31 EDT 2006
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>.
@@ -207,7 +207,6 @@ <h1><a name="section_4">Data Types</a></h1>
207207
computations should adjust based on the time zone rules.
208208
</p>
209209
</li><li>Fix SELECT '0.01 years'::interval, '0.01 months'::interval
210-
</li><li>Fix SELECT INTERVAL '1' MONTH
211210
</li><li>Add a GUC variable to allow output of interval values in ISO8601
212211
format
213212
</li><li>Improve timestamptz subtraction to be DST-aware
@@ -222,8 +221,9 @@ <h1><a name="section_4">Data Types</a></h1>
222221
</li><li>Add overflow checking to timestamp and interval arithmetic
223222
</li><li>Add ISO INTERVAL handling
224223
<ul>
225-
<li>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
224+
<li>-<em>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO</em>
226225
SECOND
226+
</li><li>Fix SELECT INTERVAL '1' MONTH
227227
</li><li>Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
228228
</li><li>For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
229229
'1', treat as ISO if there is a range specification clause,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp