From 95c7bff47c3e5ed9016c0c6042431107d81090a4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 23 Apr 2005 21:25:49 +0000 Subject: [PATCH] Done: < * Optimize locale to have minimal performance impact when not used --- doc/TODO | 3 +-- doc/src/FAQ/TODO.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 25bfa3e5e8..a50b53ab29 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: Sat Apr 23 17:22:48 EDT 2005 +Last updated: Sat Apr 23 17:25:48 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -237,7 +237,6 @@ Multi-Language Support Right now only one encoding is allowed per database. -* Optimize locale to have minimal performance impact when not used * Support multiple simultaneous character sets, per SQL92 * Improve UTF8 combined character handling (?) * Add octet_length_server() and octet_length_client() diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 8cf4fae475..865a3f51fc 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: Sat Apr 23 17:22:48 EDT 2005 +Last updated: Sat Apr 23 17:25:48 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -223,7 +223,6 @@ first.

  • Allow encoding on a per-column basis

    Right now only one encoding is allowed per database.

    -
  • Optimize locale to have minimal performance impact when not used
  • Support multiple simultaneous character sets, per SQL92
  • Improve UTF8 combined character handling (?)
  • Add octet_length_server() and octet_length_client() -- 2.40.0