Re: "Unrecognized variable client_encoding"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michelle Murrain <mpm(at)norwottuck(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: "Unrecognized variable client_encoding"
Date: 2000-09-06 15:04:08
Message-ID: 14486.968252648@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sounds like you are running a client library that was compiled with
MULTIBYTE support with a backend that was not. This combination is
harmless except for the warning notice that you get from the client
trying to set the server's character set encoding. However, if you
needed MULTIBYTE support in your backend, better recompile ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adam Lang 2000-09-06 15:32:00 Re: Question
Previous Message Alexandre FLAMENT 2000-09-06 15:01:39 Inheritance and Constraint