Re: Postgres LATIN1 to UTF-8
On Nov 7, 2010, at 2:17 PM, Tim Sawyer wrote:
> Does anyone have a recommended method for converting a Postgres database from LATIN1 to UTF-8?
Probably the most efficient way is to use pg_dump with the --encoding option: Dump the database in UTF8, and then import it back into a new database created as UTF8.
--
-- Christophe Pettus
xof@thebuild.com
--
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