Re: JDBC and Accents - Mailing list pgsql-general

From Tony Grant
Subject Re: JDBC and Accents
Date
Msg-id 988377058.3772.4.camel@tonux
Whole thread Raw
In response to Re: JDBC and Accents  (Loïc Courtois <lcourtois@netpartage.fr>)
List pgsql-general
On 27 Apr 2001 14:36:21 +0200, Loïc Courtois wrote:

>
> My database encoding is SQL_ASCII...
>
> Is there any temporary solutions, or may a convert the db in an other
> encoding?

OK j'ai trouvé - en anglais pour la liste

Do a pg_dump of your database

Create a new database with "createdb -E LATIN1 databasename"

Reimport your data.

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html


pgsql-general by date:

Previous
From: "Clayton Vernon"
Date:
Subject: Re: JDBC speed question.
Next
From: Marko Kreen
Date:
Subject: Re: JDBC and Accents