PostgreSQL TODO List
====================
-Last updated: Wed Aug 9 14:10:27 EDT 2006
+Last updated: Fri Aug 11 11:53:33 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
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
+* Allow encoding on a per-column basis optionally using the ICU library:
Right now only one encoding is allowed per database. [locale]
http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
+ http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
+ http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
* Add CREATE COLLATE? [locale]
* Support multiple simultaneous character sets, per SQL92
-Last updated: Wed Aug 9 14:10:27 EDT 2006
+Last updated: Fri Aug 11 11:53:33 EDT 2006
The most recent version of this document can be viewed at
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
+
Allow encoding on a per-column basis optionally using the ICU library:
Right now only one encoding is allowed per database. [locale]
Support multiple simultaneous character sets, per SQL92