1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00
> * Add support for arrays of domains
This commit is contained in:
Bruce Momjian
2006-08-16 14:59:26 +00:00
parent b2281fcd3a
commit 6a5a241ee6
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: Fri Aug 11 23:50:26 EDT 2006
Last updated: Wed Aug 16 10:59:21 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -228,6 +228,7 @@ Data Types
http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
* Add support for arrays of domains
* Add Globally/Universally Unique Identifier (GUID/UUID)
* Add support for SQL-standard GENERATED/IDENTITY columns