Re: NOTICE: Unrecognized variable client_encoding

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: "pgsql-general(at)hub(dot)org" <pgsql-general(at)hub(dot)org>
Subject: Re: NOTICE: Unrecognized variable client_encoding
Date: 2000-06-19 21:50:09
Message-ID: 16537.961451409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joseph Shraibman <jks(at)selectacast(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rick Delaney 2000-06-19 22:10:25 Re: Installing clients (psql) only
Previous Message Joseph Shraibman 2000-06-19 19:31:41 NOTICE: Unrecognized variable client_encoding