1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00
>
> * Fix CREATE CAST on DOMAINs
>
>   http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
This commit is contained in:
Bruce Momjian
2006-06-16 22:05:01 +00:00
parent 4fff9d7290
commit dceac3acc0
2 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Jun 16 17:41:11 EDT 2006
Last updated: Fri Jun 16 18:04:56 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -232,6 +232,10 @@ Data Types
http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php
* Fix CREATE CAST on DOMAINs
http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
* Dates and Times
o Allow infinite dates and intervals just like infinite timestamps