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

From Tom Lane
Subject Re: NOTICE: Unrecognized variable client_encoding
Date
Msg-id 16537.961451409@sss.pgh.pa.us
Whole thread Raw
In response to NOTICE: Unrecognized variable client_encoding  (Joseph Shraibman <jks@selectacast.net>)
List pgsql-general
Joseph Shraibman <jks@selectacast.net> writes:
> I run a vacuum every night in a cron job.  I find this in my email:
> NOTICE:  Unrecognized variable client_encoding

You're running a client that has been compiled with MULTIBYTE support
against a server that has not.  The notice is harmless except to tell
you that the server is ignoring the client's attempt to select a
multibyte encoding...

            regards, tom lane

pgsql-general by date:

Previous
From: Joseph Shraibman
Date:
Subject: NOTICE: Unrecognized variable client_encoding
Next
From: Rick Delaney
Date:
Subject: Re: Installing clients (psql) only