Add URL for:
* Add support for SQL-standard GENERATED/IDENTITY columns > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
This commit is contained in:
parent
af79f03bdd
commit
4309a7dd99
3
doc/TODO
3
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Wed Mar 5 11:02:21 EST 2008
|
||||
Last updated: Wed Mar 5 11:07:13 EST 2008
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -178,6 +178,7 @@ Data Types
|
||||
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
|
||||
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
|
||||
|
||||
* Improve XML support
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||
Last updated: Wed Mar 5 11:02:21 EST 2008
|
||||
Last updated: Wed Mar 5 11:07:13 EST 2008
|
||||
</p>
|
||||
<p>The most recent version of this document can be viewed at<br/>
|
||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||
@ -161,6 +161,7 @@ first. There is also a developer's wiki at<br/>
|
||||
<a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php</a>
|
||||
<a href="http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php">http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php</a>
|
||||
<a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php</a>
|
||||
<a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php</a>
|
||||
</p>
|
||||
</li><li>Improve XML support
|
||||
<p> <a href="http://developer.postgresql.org/index.php/XML_Support">http://developer.postgresql.org/index.php/XML_Support</a>
|
||||
|
Loading…
Reference in New Issue
Block a user