Unicode in PostgreSQL 8.4
- by user8382
I installed the "postgresql-8.4" package with default options. Everything worked fine, however I can't seem to manage to create unicode databases:
-- This doesn't work
createdb test1 --encoding UNICODE
-- This works
createdb test2
The error message "createdb: database creation failed: ERROR: new encoding (UTF8) is incompatible with the…