Re: How to preserve characters with accent?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org, dfx(at)dfx(dot)it
Subject: Re: How to preserve characters with accent?
Date: 2007-02-11 17:27:43
Message-ID: 200702111827.44171.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

dfx wrote:
> I have some fiel name with character with accent (à, ò...) but when I
> make a plain backup of schema (file.sql) that characters are
> converted to strange sequence of two (or more?) characters.

You need to set your server and client encoding correctly.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-02-11 17:37:57 Re: [ADMIN] Priorities for users or queries?
Previous Message Webb Sprague 2007-02-11 17:02:46 Re: MOVE cursor in plpgsql?