Re: [GENERAL] Converting a database from LATIN1 to UTF-8

2006-03-30 Thread Kai Hessing
Tormod Omholt-Jensen wrote: > We are upgrading our systems to handle new languages and therefore we > need to change the encoding of our postgres database from LATIN1 to UTF-8. > > I have pg_dumped the database and imported it into the new UTF-8 base. > It seems like this worked just fine. > >

Re: [GENERAL] Converting a database from LATIN1 to UTF-8

2006-03-27 Thread Martijn van Oosterhout
On Mon, Mar 27, 2006 at 01:32:33PM +0200, Tormod Omholt-Jensen wrote: > We are upgrading our systems to handle new languages and therefore we > need to change the encoding of our postgres database from LATIN1 to UTF-8. > > I have pg_dumped the database and imported it into the new UTF-8 base. >

[GENERAL] Converting a database from LATIN1 to UTF-8

2006-03-27 Thread Tormod Omholt-Jensen
We are upgrading our systems to handle new languages and therefore we need to change the encoding of our postgres database from LATIN1 to UTF-8. I have pg_dumped the database and imported it into the new UTF-8 base. It seems like this worked just fine. Can anyone confirm that this is the corr