From: | "Dorward Villaruz" <dorwardv(at)ntsp(dot)nec(dot)co(dot)jp> |
---|---|
To: | "Postgres General" <pgsql-general(at)postgresql(dot)org> |
Subject: | EUC_JP multibyte support |
Date: | 2002-10-28 14:42:14 |
Message-ID: | 032201c27e90$34bc6ef0$043d1cac@speed |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
i currently have a running postgresql7.2.1 with no multibyte support. is it possible to enable the multibyte support without reconfiguring and possibly recompiling postgres?
i already tried to change line 61 as specified in the document MULTIBYTE=EUC_JP
but when i tried initdb it fails with the following error:
ld.so.1: ./pg_encoding: fatal: relocation error: file ./pg_encoding: symbol pg_char_to_encoding: referenced symbol not found
initdb: pg_encoding failed
Perhaps you did not configure PostgreSQL for multibyte support or
the program was not successfully installed.
can somebody help me with this one?
From | Date | Subject | |
---|---|---|---|
Next Message | Johnson, Shaunn | 2002-10-28 14:52:42 | cast numeric to char |
Previous Message | Shridhar Daithankar | 2002-10-28 14:38:17 | Re: question about seq scan and index scan |