Re: Encoding Conversion - Mailing list pgsql-general

From Tom Lane
Subject Re: Encoding Conversion
Date
Msg-id 24084.1296751901@sss.pgh.pa.us
Whole thread Raw
In response to Encoding Conversion  (Wilton Wonrath <wrwonrath@yahoo.com.br>)
List pgsql-general
Wilton Wonrath <wrwonrath@yahoo.com.br> writes:
> When I�m doing a conversion PostgreSQL returns SCAPES to me besides the desire
> caracter. Why ?

Somewhere between 8.2 and 9.0 convert() was redefined to take and return
bytea, not text, to reflect the fact that the data it deals in isn't
necessarily encoded in the database's character encoding.  This was part
of a general tightening up to ensure that text that ought to be in the
database encoding really is.

There are some related functions now that convert between text (assumed
to be in the database encoding) and bytea strings in a specified
encoding.  You probably want to switch over to using those.

            regards, tom lane

pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Why does a normally fast query run so slow when the table is in a partition?
Next
From: Bob Price
Date:
Subject: how to avoid repeating expensive computation in select