diff options
author | Bruce Momjian | 2008-07-14 17:54:54 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-07-14 17:54:54 +0000 |
commit | 85df9057e1d041307147b2f2ed6347515d928ea8 (patch) | |
tree | d99131a5f4401fec56a97ff2a93446b16c67f658 /doc/src/FAQ | |
parent | aab30f3abcce744bacb8c01b9844d7129543ddc1 (diff) |
Add URL for:
* Consider allowing control of upper/lower case folding of unquoted
identifiers
> http://archives.postgresql.org/pgsql-hackers/2008-07/msg00415.php
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 7fec07c57bc..0fc96670a33 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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:[email protected]">[email protected]</a>)<br/> -Last updated: Mon Jul 14 13:16:04 EDT 2008 +Last updated: Mon Jul 14 13:54:48 EDT 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>. @@ -1812,6 +1812,7 @@ first. There is also a developer's wiki at<br/> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00849.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00849.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2008-07/msg00415.php">http://archives.postgresql.org/pgsql-hackers/2008-07/msg00415.php</a> </p> </li><li>Add autonomous transactions <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php</a> |