Re: psql \encoding fixed - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql \encoding fixed
Date
Msg-id 18034.1059792061@sss.pgh.pa.us
Whole thread Raw
In response to psql \encoding fixed  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: psql \encoding fixed
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Does the new protocol fix the fact that psql \encoding doesn't see SET
> CLIENT_ENCODING changes.

regression=# \encoding
SQL_ASCII
regression=# set client_encoding TO unicode;
SET
regression=# \encoding
UNICODE
regression=#
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jenny -"
Date:
Subject: granularity of locking
Next
From: Bruce Momjian
Date:
Subject: Re: psql \encoding fixed