Add entry:
authorBruce Momjian
Thu, 8 Jun 2006 01:02:53 +0000 (01:02 +0000)
committerBruce Momjian
Thu, 8 Jun 2006 01:02:53 +0000 (01:02 +0000)
> * Consider allowing control of upper/lower case folding of unquoted
>   identifiers
>
>   Details at http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php.

doc/TODO
doc/src/FAQ/TODO.html

index 162bd6c8cecc689391f10828b241d3a6ad664085..740101273416871e6751a9a51b43b58109859806 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jun  7 18:31:32 EDT 2006
+Last updated:      Wed Jun  7 21:02:47 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -864,6 +864,10 @@ Exotic Features
    o  Add session variables
    o  Allow nested schemas
 
+* Consider allowing control of upper/lower case folding of unquoted
+  identifiers
+
+  Details at http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php.
 
 Indexes
 =======
index 049191731fb54a82cd94d9a3d15383aadd3c8a88..5e997fb4ccabf624ab26b8898b1532a79273daec 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jun  7 18:31:32 EDT 2006
+Last updated:           Wed Jun  7 21:02:47 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -784,6 +784,10 @@ first.
     
  • Add session variables
  •      
  • Allow nested schemas
  •    
    +  
  • Consider allowing control of upper/lower case folding of unquoted
  • +  identifiers
    +

      Details at http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php.

    +

     
     

    Indexes