From: | Kaloyan Iliev <kaloyan(at)digsys(dot)bg> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Problem with encoding conversions |
Date: | 2009-03-09 09:12:43 |
Message-ID: | 49B4DD8B.2040201@digsys.bg |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi All,
I try to migrate a database from WIN1251 to UTF8 but
I have a problem dumping from WIN1251 to UTF8.
pg_dump -C -E 'UTF8' a > a_utf8.sql
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR: could not load library
"/usr/local/lib/postgresql/utf8_and_cyrillic.so": dlopen
(/usr/local/lib/postgresql/utf8_and_cyrillic.so) failed:
/usr/local/lib/postgresql/utf8_and_cyrillic.so: Undefined symbol
"check_encoding_conversion_args"
pg_dump: The command was: SET client_encoding='UTF8'
$psql --help
This is psql 8.1.16, the PostgreSQL interactive terminal.
a=#SELECT version();
version
-------------------------------------------------------------------------------------------------
PostgreSQL 8.1.15 on i386-portbld-freebsd6.4, compiled by GCC cc (GCC)
3.4.6 [FreeBSD] 20060305
(1 row)
a=# \l
List of databases
Name | Owner | Encoding
-------------------+---------+----------
a | kaloyan | WIN1251
Could you please suggest what to do. I try to Google for a solution but
nothing appears.
Thanks in advance.
Kaloyan
From | Date | Subject | |
---|---|---|---|
Next Message | Kaloyan Iliev | 2009-03-09 10:25:05 | Re: Problem with encoding conversions |
Previous Message | IPS | 2009-03-09 08:25:27 | commit/rollback in postgre 8.2 |