Re: client_encoding

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: mlabhard(at)viatraining(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: client_encoding
Date: 2000-09-07 05:00:15
Message-ID: 20000907140015B.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> How do I get rid of this error?
>
> Unrecognized variable client_encoding
>
> It is repeated with every psql command.

The message indicates the backend has been compiled without
--enable-multibyte option, but your frontend has been made with the
option. I guess you have mixed up two different PostgreSQL
installations.
--
Tatsuo Ishii

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-07 05:32:50 Re: That killer 3rd join...
Previous Message George Dau 2000-09-07 04:49:26 RE: Unexpected crashes