Holger Klawitter wrote:
> Am Donnerstag, 22. Mai 2003 11:15 schrieb Jules Chalier:
>
>>hy
>>
>>I would like to convert my latin1 database (allready create with data
>>inside....) in a unicode database.
>
>
> It should work like this:
>
> * Dump the Database (pg_dump)
>
> * Put "\encoding latin1" into the dump. (Not sure where, probably once
> at the beginning or maybe after each "\connect").
After each \connect