Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0f1a7c5

Browse files
committed
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.
1 parent 18aee79 commit 0f1a7c5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Jun 7 18:31:32 EDT 2006
5+
Last updated: Wed Jun 7 21:02:47 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -864,6 +864,10 @@ Exotic Features
864864
o Add session variables
865865
o Allow nested schemas
866866

867+
* Consider allowing control of upper/lower case folding of unquoted
868+
identifiers
869+
870+
Details at http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php.
867871

868872
Indexes
869873
=======

doc/src/FAQ/TODO.html

+5-1
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Jun 7 18:31:32 EDT 2006
11+
Last updated: Wed Jun 7 21:02:47 EDT 2006
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>.
@@ -784,6 +784,10 @@ <h1><a name="section_12">Exotic Features</a></h1>
784784
</li><li>Add session variables
785785
</li><li>Allow nested schemas
786786
</li></ul>
787+
</li><li>Consider allowing control of upper/lower case folding of unquoted
788+
identifiers
789+
<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>.
790+
</p>
787791
</li></ul>
788792
<h1><a name="section_13">Indexes</a></h1>
789793

0 commit comments

Comments
 (0)