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

Appearance settings

Commit 42e7b0f

Browse filesBrowse 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 parent 37f11c3 commit 42e7b0f
Copy full SHA for 42e7b0f

File tree

Expand file treeCollapse file tree

2 files changed

+4
-9
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-9
lines changed

‎doc/TODO

Copy file name to clipboardExpand all lines: doc/TODO
+2-5Lines 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 Jul 10 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

Copy file name to clipboardExpand all lines: doc/src/FAQ/TODO.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
176176
</li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone
177177
information, either zone name or offset from UTC [<a href="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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.