1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Add URL for domain casting:

>   http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php
This commit is contained in:
Bruce Momjian
2006-09-20 23:01:55 +00:00
parent 0e54962890
commit e56ccad7b0
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Tue Sep 19 15:20:08 EDT 2006
Last updated: Wed Sep 20 19:01:42 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -203,6 +203,7 @@ Data Types
* Fix CREATE CAST on DOMAINs
http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php
* Add Globally/Universally Unique Identifier (GUID/UUID)