Re: Problem with langage encoding

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ronald Vyhmeister" <rvyhmeister(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with langage encoding
Date: 2008-11-26 15:20:49
Message-ID: 8800.1227712849@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ronald Vyhmeister" <rvyhmeister(at)gmail(dot)com> writes:
> The DB is storing it UTF8, but it is really 8859-1... I need to force PG to
> think that it's 8859-1 in spite of what it thinks it may be...

Dump the database, change the "set client_encoding" command in the
resulting file, reload.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2008-11-26 15:25:44 Re: case when evaluating else condition anyway?
Previous Message Ivan Sergio Borgonovo 2008-11-26 15:17:40 Re: case when evaluating else condition anyway?