mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add:
> * Merge hardwired timezone names with the TZ database; allow either kind > everywhere a TZ name is currently taken > * Allow customization of the known set of TZ names (generalize the > present australian_timezones hack)
This commit is contained in:
parent
7584194cc9
commit
93c3baa96f
6
doc/TODO
6
doc/TODO
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||||||
Bracketed items "[]" have more detail.
|
Bracketed items "[]" have more detail.
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Tue Aug 24 07:09:37 EDT 2004
|
Last updated: Wed Aug 25 23:09:14 EDT 2004
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
||||||
|
|
||||||
@ -148,6 +148,10 @@ Data Types
|
|||||||
* Add GUC variable to allow output of interval values in ISO8601 format
|
* Add GUC variable to allow output of interval values in ISO8601 format
|
||||||
* -Support composite types as table columns
|
* -Support composite types as table columns
|
||||||
* Fix data types where equality comparison isn't intuitive, e.g. box
|
* Fix data types where equality comparison isn't intuitive, e.g. box
|
||||||
|
* Merge hardwired timezone names with the TZ database; allow either kind
|
||||||
|
everywhere a TZ name is currently taken
|
||||||
|
* Allow customization of the known set of TZ names (generalize the
|
||||||
|
present australian_timezones hack)
|
||||||
|
|
||||||
|
|
||||||
* ARRAYS
|
* ARRAYS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user