client_encoding

Started by Michael Labhardover 25 years ago2 messagesgeneral
Jump to latest
#1Michael Labhard
mlabhard@viatraining.com

How do I get rid of this error?

Unrecognized variable client_encoding

It is repeated with every psql command.

#2Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Michael Labhard (#1)
Re: client_encoding

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