> The problem is that we need both UTF-8, LATIN1 and LATIN2 characters.
>
> My question is: How could I create a database with NON-UTF-8 encoding.
Just use UTF-8. UTF-8 can represent all characters that are present in
LATIN1 and LATIN2.
You can still use LATIN1 or LATIN2 as client_encoding if you need to,
even if the server uses UTF-8.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
No comments:
Post a Comment