Re: JDBC and Accents

From: Tony Grant <tony(at)animaproductions(dot)com>
To: Loïc Courtois <lcourtois(at)netpartage(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: JDBC and Accents
Date: 2001-04-27 13:10:58
Message-ID: 988377058.3772.4.camel@tonux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jelle Ouwerkerk 2001-04-27 13:23:39 rotating log files
Previous Message Peter T Mount 2001-04-27 12:52:33 Re: JDBC and Accents

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marko Kreen 2001-04-27 13:24:59 Re: JDBC and Accents
Previous Message Peter T Mount 2001-04-27 12:52:33 Re: JDBC and Accents