NOTICE: Unrecognized variable client_encoding

Started by Joseph Shraibmanalmost 26 years ago2 messagesgeneral
Jump to latest
#1Joseph Shraibman
jks@selectacast.net

I run a vacuum every night in a cron job. I find this in my email:
NOTICE: Unrecognized variable client_encoding

But when I run the vacuum command at the prompt it just says:
VACUUM

Does this mean anything?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joseph Shraibman (#1)
Re: NOTICE: Unrecognized variable client_encoding

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