Re: How to remove non-UTF values from a table? - Mailing list pgsql-general

From Phoenix Kiula
Subject Re: How to remove non-UTF values from a table?
Date
Msg-id e373d31e0912140304m60d5408aic54b3b229eda376c@mail.gmail.com
Whole thread Raw
In response to How to remove non-UTF values from a table?  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Responses Re: How to remove non-UTF values from a table?  (Phoenix Kiula <phoenix.kiula@gmail.com>)
List pgsql-general
Actually the title of my email should have been "how to **replace**
utf-8 values".

Thanks.



On Mon, Dec 14, 2009 at 7:03 PM, Phoenix Kiula <phoenix.kiula@gmail.com> wrote:
> An easy question for some I hope.
>
> I have a DB from 8.2 days that when I now dump and try to take into
> the 8.3.7, it gives me errors about utf-8 stuff.
>
> I tried searching this list's archives but could not come up with an answer.
>
> Google returns some sites like these:
> http://sniptools.com/databases/finding-non-utf8-values-in-postgresql -
> but I'm not clear on how to use them.
>
> Following the SQL on this site I could identify some columns that
> contain text like this:
>
>    "Évolution générale de la situation démographique"
>
> So my guess is that the non-English characters were originally not
> getting written in proper utf-8 variants.
>
> Is there any SQL possibility to find these columns and replace them
> with utf-8 equivalents using some postgresql commands? Couldn't find
> anything in the "Strings functions" (chapter 9 of manual).
>
> We're on CentOS.
>
> Thanks!
>

pgsql-general by date:

Previous
From: Fred Janon
Date:
Subject: pgAdmin III: timestamp displayed in what time zone?
Next
From: Phoenix Kiula
Date:
Subject: Re: How to remove non-UTF values from a table?