Re: "Unrecognized variable client_encoding" - Mailing list pgsql-general

From Tom Lane
Subject Re: "Unrecognized variable client_encoding"
Date
Msg-id 14486.968252648@sss.pgh.pa.us
Whole thread Raw
In response to "Unrecognized variable client_encoding"  (Michelle Murrain <mpm@norwottuck.com>)
List pgsql-general
Sounds like you are running a client library that was compiled with
MULTIBYTE support with a backend that was not.  This combination is
harmless except for the warning notice that you get from the client
trying to set the server's character set encoding.  However, if you
needed MULTIBYTE support in your backend, better recompile ...

            regards, tom lane

pgsql-general by date:

Previous
From: Alexandre FLAMENT
Date:
Subject: Inheritance and Constraint
Next
From: "Adam Lang"
Date:
Subject: Re: Question