From: | "Boris" <pioline(at)lpthe(dot)jussieu(dot)fr> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #4672: undefined symbol: check_encoding_conversion_args |
Date: | 2009-02-23 09:38:49 |
Message-ID: | 200902230938.n1N9cnP9027920@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 4672
Logged by: Boris
Email address: pioline(at)lpthe(dot)jussieu(dot)fr
PostgreSQL version: 8.3.6
Operating system: Linux
Description: undefined symbol: check_encoding_conversion_args
Details:
I recently upgraded to 8.3.6, as a result of which encoding conversion does
not seem to work anymore:
$ export PGCLIENTENCODING=ISO-8859-1
$ psql
psql: FATAL: could not load library "/usr/lib/pgsql/utf8_and_iso8859_1.so":
/usr/lib/pgsql/utf8_and_iso8859_1.so: undefined symbol:
check_encoding_conversion_args
My database is in UTF8, if I run the same with
export PGCLIENTENCODING=UTF8
everything works fine.
The same problem occurs in psql if I use
\encoding ISO-8859-1
ISO-8859-1: invalid encoding name or conversion procedure not found
Thank you for your help
BP
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2009-02-23 10:34:34 | Re: BUG #4672: undefined symbol: check_encoding_conversion_args |
Previous Message | Tom Lane | 2009-02-22 23:03:01 | Re: could not read block 77 of relation 1663/16385/388818775 |