Обсуждение: An Error has occurred

Поиск
Список
Период
Сортировка

An Error has occurred

От
Chris Lee
Дата:
Hi,

pgAdmin III 1.02 on Einglish windows XP w/Language for non-Unicode programs
set as 'Chinese-Taiwan'
Postgresql version: 7.4.2 on Linux

I got a table which using MULE_INTERNAL? As Encoding, when I try to access
the table. pgAdmin show error dialog box with 'rubbish' characters. See
attachment printscreen.

The system log show following error:

ERROR:  conversion between UNICODE and MULE_INTERNAL is not supported

Is it normal?

Regards,
Chris


Вложения

Re: An Error has occurred

От
"Dave Page"
Дата:
Hi Chris,

pgAdmin uses Unicode exclusively internally and relies on the backend
server to do the conversion on the fly. The error youo are see is the
server telling you that there is no conversion from MULE_INTERNAL to
Unicode. There doesn't seem to be such a conversion on my system either,
so this looks like normal behaviour. As for why there is no such
conversion, well that's a different matter - probably best directed at
someone on the pgsql-general@postgresql.org list.

Regards, Dave.

> -----Original Message-----
> From: Chris Lee [mailto:Chrislee@centurycity.com.hk]
> Sent: 22 March 2004 04:33
> To: 'pgadmin-support@postgresql.org'
> Subject: [pgadmin-support] An Error has occurred
>
> Hi,
>
> pgAdmin III 1.02 on Einglish windows XP w/Language for
> non-Unicode programs set as 'Chinese-Taiwan'
> Postgresql version: 7.4.2 on Linux
>
> I got a table which using MULE_INTERNAL? As Encoding, when I
> try to access the table. pgAdmin show error dialog box with
> 'rubbish' characters. See attachment printscreen.
>
> The system log show following error:
>
> ERROR:  conversion between UNICODE and MULE_INTERNAL is not supported
>
> Is it normal?
>
> Regards,
> Chris
>
>


Re: An Error has occurred

От
Andreas Pflug
Дата:
Dave Page wrote:

>Hi Chris,
>
>pgAdmin uses Unicode exclusively internally and relies on the backend
>server to do the conversion on the fly. The error youo are see is the
>server telling you that there is no conversion from MULE_INTERNAL to
>Unicode. There doesn't seem to be such a conversion on my system either,
>so this looks like normal behaviour. As for why there is no such
>conversion, well that's a different matter - probably best directed at
>someone on the pgsql-general@postgresql.org list.
>
>  
>
We added MULE_INTERNAL support (i.e. disabling Unicode for this) in cvs 
head. You'll need to use 1.1.0 snapshots or wait for 1.0.3 (release not 
yet scheduled).


Regards,
Andreas