aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-27 20:31:04 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-27 20:31:04 +0000
commitde44ecf860716a4aab7be78cd27bb43ef114c448 (patch)
tree19ddb185031eb983cfe1ee40f9c557c5a646be13
parentff72280c9ee35bf67c9b711837594fde29b86c4d (diff)
downloadpostgresql-de44ecf860716a4aab7be78cd27bb43ef114c448.tar.gz
postgresql-de44ecf860716a4aab7be78cd27bb43ef114c448.zip
Add URL for:
* Consider allowing control of upper/lower case folding of unquoted identifiers > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00849.php
-rw-r--r--doc/TODO3
-rw-r--r--doc/src/FAQ/TODO.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 5c34ec66c90..a89a81b79ad 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Mar 25 22:39:41 EDT 2008
+Last updated: Thu Mar 27 16:30:58 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1947,6 +1947,7 @@ Exotic Features
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
+ http://archives.postgresql.org/pgsql-hackers/2008-03/msg00849.php
* Add autonomous transactions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 2f9f21592bc..1766433839b 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Tue Mar 25 22:39:41 EDT 2008
+Last updated: Thu Mar 27 16:30:58 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>.
@@ -1668,6 +1668,7 @@ first. There is also a developer's wiki at<br/>
identifiers
<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>
</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>