1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

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.
This commit is contained in:
Bruce Momjian
2006-06-08 01:02:53 +00:00
parent 18aee7968a
commit 0f1a7c55b4
2 changed files with 10 additions and 2 deletions

View File

@@ -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
=======