Skip to content

Commit 4309a7d

Browse files
committed
Add URL for:
* Add support for SQL-standard GENERATED/IDENTITY columns > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
1 parent af79f03 commit 4309a7d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Wed Mar 5 11:02:21 EST 2008
4+
Last updated: Wed Mar 5 11:07:13 EST 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -178,6 +178,7 @@ Data Types
178178
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php
179179
http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php
180180
http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php
181+
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
181182

182183
* Improve XML support
183184

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed Mar 5 11:02:21 EST 2008
11+
Last updated: Wed Mar 5 11:07:13 EST 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -161,6 +161,7 @@ <h1><a name="section_3">Data Types</a></h1>
161161
<a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php</a>
162162
<a href="http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php">http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php</a>
163163
<a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php</a>
164+
<a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php</a>
164165
</p>
165166
</li><li>Improve XML support
166167
<p> <a href="http://developer.postgresql.org/index.php/XML_Support">http://developer.postgresql.org/index.php/XML_Support</a>

0 commit comments

Comments
 (0)