Re: NOTICE: Unrecognized variable client_encoding

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Beth K(dot) Gatewood" <bethg(at)mbt(dot)washington(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: NOTICE: Unrecognized variable client_encoding
Date: 2000-11-22 19:11:49
Message-ID: 12253.974920309@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Beth K. Gatewood" <bethg(at)mbt(dot)washington(dot)edu> writes:
> What does this mean?

> % psql template1
> NOTICE: Unrecognized variable client_encoding

It means you're running a MULTIBYTE-enabled psql (or more specifically
libpq) against a non-MULTIBYTE server. Perhaps you are invoking a copy
of libpq from an older installation that was compiled with different
configure options.

The notice is harmless enough, but you may want to get your client and
server into sync...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2000-11-22 19:16:53 Re: DESC
Previous Message D. Duccini 2000-11-22 19:01:10 Re: DESC