From 0f1a7c55b48fef04185be6e4e26b85b9edd8262e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Jun 2006 01:02:53 +0000 Subject: [PATCH] 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. --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 162bd6c8ce..7401012734 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -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 ======= diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 049191731f..5e997fb4cc 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-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

    -- GitLab