1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add locale/encoding references:

<   Right now only one encoding is allowed per database.
>   Right now only one encoding is allowed per database.  [locale]
> * Add CREATE COLLATE?  [locale]
This commit is contained in:
Bruce Momjian
2006-06-14 18:47:53 +00:00
parent bc29957202
commit 5b50ede670
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Wed Jun 14 14:39:03 EDT 2006
Last updated: Wed Jun 14 14:47:40 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -361,9 +361,10 @@ Multi-Language Support
* Allow encoding on a per-column basis
Right now only one encoding is allowed per database.
Right now only one encoding is allowed per database. [locale]
http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
* Add CREATE COLLATE? [locale]
* Support multiple simultaneous character sets, per SQL92
* Improve UTF8 combined character handling?
* Add octet_length_server() and octet_length_client()