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

From Tom Lane
Subject Re: NOTICE: Unrecognized variable client_encoding
Date
Msg-id 12253.974920309@sss.pgh.pa.us
Whole thread Raw
In response to NOTICE: Unrecognized variable client_encoding  ("Beth K. Gatewood" <bethg@mbt.washington.edu>)
List pgsql-novice
"Beth K. Gatewood" <bethg@mbt.washington.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

pgsql-novice by date:

Previous
From: "D. Duccini"
Date:
Subject: Re: DESC
Next
From: Tom Lane
Date:
Subject: Re: DESC