summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2008-04-03 18:14:02 +0000
committerBruce Momjian2008-04-03 18:14:02 +0000
commitbbe48195ab3e9939d6d414b9db576b7a3edebdda (patch)
treed58b44b698fa858afdf7108b6125b63c2dff7ee5 /doc/TODO
parentb03271590ef22c6c2a5d7496b8d3ed3b07bdc92c (diff)
Add Wiki URLs for:
< * Allow encoding on a per-column basis optionally using the ICU library > http://wiki.postgresql.org/wiki/Todo:Collate > http://wiki.postgresql.org/wiki/Todo:ICU
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index aa1fef631f9..6dc287faf5e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Apr 3 12:36:59 EDT 2008
+Last updated: Thu Apr 3 14:13:49 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -505,7 +505,7 @@ Multi-Language Support
database creation might have locale-aware indexes. The indexes would
need to be reindexed to match the new locale.
-* Allow encoding on a per-column basis optionally using the ICU library:
+* Allow encoding on a per-column basis optionally using the ICU library
Right now only one encoding is allowed per database. [locale]
@@ -513,6 +513,8 @@ Multi-Language Support
http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php
+ http://wiki.postgresql.org/wiki/Todo:Collate
+ http://wiki.postgresql.org/wiki/Todo:ICU
* Add CREATE COLLATE? [locale]
* Support multiple simultaneous character sets, per SQL92