Re: Unicode error with pgaccess

From: "Christian" <cgregoir99(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Unicode error with pgaccess
Date: 2003-01-31 10:59:05
Message-ID: 3e3a5504$0$200$4d4eb98e@read.news.fr.uu.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Christian" <cgregoir99(at)yahoo(dot)com> wrote in message
news:3e38431b$0$203$4d4eb98e(at)read(dot)news(dot)fr(dot)uu(dot)net(dot)(dot)(dot)
> Hello guys,
>
> Using pgaccess 0.98.8 with PostgreSQL 7.3 on Linux RH 7.2, I get :
>
> ERROR: Client encoding UNICODE is not supported
>
> when trying to connect to a database (no error with psql).
>
> Searching on the web, a very few posts like mine were replied to recompile
> PostgreSQL with --enable-multibyte, but this option has disappeared with
7.3
> release (enabled by default).
>
> Any idea ?
>
> Thanks for any help.
>
> Christian.

I eventually got it to work, both by downgrading to 7.2.3 release with which
the --enable-multibyte option is available, and recompiling tcl/tk from
sources (i first had gotten the activetcl-stuff RPM). I can't tell if the
former or the latter (or even both together) action(s) solved this issue.

Christian

Browse pgsql-general by date

  From Date Subject
Next Message Peter Childs 2003-01-31 11:27:43 History
Previous Message Ido Tamir 2003-01-31 10:17:26 pgSQL function for: SELECT ... WHERE EXISTS ( SELECT true myFunc() )