"Sagi Bashari" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend