On Mon, Jul 26, 2010 at 3:47 PM, Benjamin Krajmalnik <[email protected]> wrote: > Unfortunately, the database has to accept data in multiple languages, since > it is a SaaS offering.
The encoding determines that, not the collation. UTF-8 allows you to insert various languages in that encoding. > It is not a big deal - I just found it interesting that it did not uppercase > the accented letters. Just tested it and the lc_collate seems to make the difference. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
