"Sagi Bashari" <sagi(at)adamnet(dot)co(dot)il> writes:
> Postgresql crashes when a client with ISO_8859_8 encoding tries to select
> data from a utf8 database.
It looks like somebody rearranged the pg_enc enum without bothering to
fix the tables that are affected by this.
utf8_and_iso8859.c is certainly broken, and I'm wondering what else
might be. Tatsuo, can you think of any other places to look?
regards, tom lane