Bruce Momjian <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to