Postgres LATIN1 to UTF-8
Hi Folks,
Does anyone have a recommended method for converting a Postgres database
from LATIN1 to UTF-8? Am I best sticking to postgres tools or will
dumpdata help?
I already have accents in my LATIN1 data, and postgres doesn't like
importing these back into a database with encoding utf8. For this I
used pg_dump to create a sql file, then just ran it from an empty utf8
database.
Cheers,
Tim.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home