Re: Unrecognized variable client_encoding - Mailing list pgsql-ports

From Tom Lane
Subject Re: Unrecognized variable client_encoding
Date
Msg-id 24971.984581760@sss.pgh.pa.us
Whole thread Raw
In response to Unrecognized variable client_encoding  (Allen.Kimberly@epamail.epa.gov)
List pgsql-ports
Allen.Kimberly@epamail.epa.gov writes:
> I did an install of 7.0.3 on a RedHat Linux 6.2 box that has had all
> previous versions of postgreSQL removed.

You may *think* that all previous versions were removed, but there's
clearly still a copy of a multibyte-enabled libpq.so hanging about
somewhere, and it's getting invoked by those commands.  Look through
your PATH for unexpected copies of the PG executables (createdb, psql,
etc) and look at your dynamic loader configuration to see what library
directories are being searched for shared libraries.  (You may well
need to add something to /etc/ld.so.conf and/or re-run ldconfig, anyway,
to make sure that the system knows about the new PG .so files.)

            regards, tom lane

pgsql-ports by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Unrecognized variable client_encoding
Next
From: svetsch@tradewinds-solutions.com
Date:
Subject: Cygwin PostgreSQL postmaster problem