From: Bruce Momjian Date: Tue, 7 Jan 2003 18:46:52 +0000 (+0000) Subject: Document that psql \encoding doesn't see SET CLIENT_ENCODING changes. X-Git-Tag: REL9_0_0~15998 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=925800cc0b656a7d53cc3af2a8dcdfe99b9cc498;p=pg-rex%2Fsyncrep.git Document that psql \encoding doesn't see SET CLIENT_ENCODING changes. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1644cd8350..77da336696 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1052,6 +1052,12 @@ Tue Oct 26 21:40:57 CEST 1999 Sets the client encoding, if you are using multibyte encodings. Without an argument, this command shows the current encoding. + + + This command does not see changes made by SET + CLIENT_ENCODING. + +