summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-07 18:34:44 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-07 18:34:44 +0000
commit75688a27d26bd2c38df84471e2815178a99963e4 (patch)
tree5c556847be72f1fb4183558c9a635144bac2780e
parente675a236885d2a00597a9a6da17124387556ddb9 (diff)
Add:
> * Allow locale to be set at database creation
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index e5a6674bed7..6c03b237975 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Apr 7 13:04:30 EDT 2004
+Last updated: Wed Apr 7 14:34:42 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -108,6 +108,7 @@ Multi-Language Support
* Prevent mismatch of frontend/backend encodings from converting bytea
data from being interpreted as encoded strings
* Fix upper()/lower() to work for multibyte encodings
+* Allow locale to be set at database creation
Views / Rules