Re: Upcoming PG re-releases

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Upcoming PG re-releases
Date: 2005-12-07 04:37:56
Message-ID: 200512070437.jB74buw20492@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www


Exactly what does vim do that iconv does not? Fuzzy encoding sounds
scary to me.

---------------------------------------------------------------------------

Gavin Sherry wrote:
> Hi,
>
> On Tue, 6 Dec 2005, Bruce Momjian wrote:
>
> >
> > Nice, updated.
> >
> > ---------------------------------------------------------------------------
> >
>
> I think my suggestion from the other day is useful also.
>
> ---
>
> Omar Kilani and I have spent a few hours looking at the problem. For
> situations where there is a lot of invalid encoding, manual fixing is just
> not viable. The vim project has a kind of fuzzy encoding conversion which
> accounts for a lot of the non-UTF8 sequences in UTF8 data. You can use vim
> to modify your text dump as follows:
>
> vim -c ":wq! ++enc=utf8 fixed.dump" original.dump
>
> ---
>
> I think this is a viable option for people with a non-trivial amount of
> data and don't see manual fixing or potentially losing data as a viable
> option.
>
> Thanks,
>
> Gavin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2005-12-07 04:50:02 Re: [GENERAL] 8.1, OID's and plpgsql
Previous Message Jan Wieck 2005-12-07 04:19:22 Re: Replication on the backend

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2005-12-07 04:47:25 Re: [Freegis-list] Re: [GENERAL] Map of Postgresql Users
Previous Message Gavin Sherry 2005-12-07 03:45:51 Re: Upcoming PG re-releases