aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-08 01:02:53 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-08 01:02:53 +0000
commit0f1a7c55b48fef04185be6e4e26b85b9edd8262e (patch)
treee5cb96d0e5c632950e4ba9707c1b36a646a055a5 /doc/src
parent18aee7968ab229a4bb2fb4baad287204afc30f59 (diff)
downloadpostgresql-0f1a7c55b48fef04185be6e4e26b85b9edd8262e.tar.gz
postgresql-0f1a7c55b48fef04185be6e4e26b85b9edd8262e.zip
Add entry:
> * Consider allowing control of upper/lower case folding of unquoted > identifiers > > Details at http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 049191731fb..5e997fb4cca 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Wed Jun 7 18:31:32 EDT 2006
+Last updated: Wed Jun 7 21:02:47 EDT 2006
</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>.
@@ -784,6 +784,10 @@ first.
</li><li>Add session variables
</li><li>Allow nested schemas
</li></ul>
+ </li><li>Consider allowing control of upper/lower case folding of unquoted
+ identifiers
+<p> Details at <a href="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a>.
+</p>
</li></ul>
<h1><a name="section_13">Indexes</a></h1>