1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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
This commit is contained in:
Bruce Momjian
2008-04-03 18:14:02 +00:00
parent b03271590e
commit bbe48195ab
2 changed files with 8 additions and 4 deletions

View File

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