diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-06-05 00:20:02 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-06-05 00:20:02 +0000 |
| commit | 3a272cf0325cf6e13bc1f5544a2fca5b6f519e90 (patch) | |
| tree | a747add5390b0f22c7c25d9e2138fa7efabca9cb /doc/TODO | |
| parent | 32f4ae568c1185cc6f5b96b2ce0bf48f958415c7 (diff) | |
| download | postgresql-3a272cf0325cf6e13bc1f5544a2fca5b6f519e90.tar.gz | |
Add TODO.detail for timezone:
< information, either zone name or offset from UTC
> information, either zone name or offset from UTC [timezone]
Diffstat (limited to 'doc/TODO')
| -rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
