1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add URLs for:

* Add support for SQL-standard GENERATED/IDENTITY columns

>   http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php
>   http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php
This commit is contained in:
Bruce Momjian
2007-05-15 02:36:43 +00:00
parent ea7f18d15b
commit 3288d5a989
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@ z
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sun May 13 07:21:48 EDT 2007
Last updated: Mon May 14 22:36:37 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -217,6 +217,8 @@ Data Types
http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php
http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php
http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php
* -Support a data type with specific enumerated values (ENUM)
* Improve XML support