diff options
author | Bruce Momjian | 2003-01-07 18:46:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-01-07 18:46:52 +0000 |
commit | 925800cc0b656a7d53cc3af2a8dcdfe99b9cc498 (patch) | |
tree | 96ef578a162d01b92dafc23a22a4ec577ad3fca0 | |
parent | cb200245a14fdaea61973881bfdba58232d4183e (diff) |
Document that psql \encoding doesn't see SET CLIENT_ENCODING changes.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1644cd8350b..77da336696a 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.82 2003/01/06 18:53:24 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.83 2003/01/07 18:46:52 momjian Exp $ PostgreSQL documentation --> @@ -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. </para> + <note> + <para> + This command does not see changes made by <command>SET + CLIENT_ENCODING</>. + </para> + </note> </listitem> </varlistentry> |