aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-05 00:20:02 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-05 00:20:02 +0000
commit3a272cf0325cf6e13bc1f5544a2fca5b6f519e90 (patch)
treea747add5390b0f22c7c25d9e2138fa7efabca9cb
parent32f4ae568c1185cc6f5b96b2ce0bf48f958415c7 (diff)
downloadpostgresql-3a272cf0325cf6e13bc1f5544a2fca5b6f519e90.tar.gz
postgresql-3a272cf0325cf6e13bc1f5544a2fca5b6f519e90.zip
Add TODO.detail for timezone:
< information, either zone name or offset from UTC > information, either zone name or offset from UTC [timezone]
-rw-r--r--doc/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 0dc942cb85a..becbaf59d79 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jun 4 19:32:31 EDT 2005
+Last updated: Sat Jun 4 20:19:57 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -180,7 +180,7 @@ Data Types
* Allow customization of the known set of TZ names (generalize the
present australian_timezones hack)
* Allow TIMESTAMP WITH TIME ZONE to store the original timezone
- information, either zone name or offset from UTC
+ information, either zone name or offset from UTC [timezone]
If the TIMESTAMP value is stored with a time zone name, interval
computations should adjust based on the time zone rules, e.g. adding
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 62cdd9275d2..b487b458d98 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Sat Jun 4 19:32:31 EDT 2005
+Last updated: Sat Jun 4 20:19:57 EDT 2005
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -169,7 +169,7 @@ first.
</li><li>Allow customization of the known set of TZ names (generalize the
present australian_timezones hack)
</li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone
- information, either zone name or offset from UTC
+ information, either zone name or offset from UTC [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone">timezone</a>]
<p> If the TIMESTAMP value is stored with a time zone name, interval
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