From: Bruce Momjian Date: Sat, 2 Aug 2003 02:44:38 +0000 (+0000) Subject: Remove docs that say psql \encoding doesn't track SET client_encoding. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=37308ec17a6353c7e241ef365da0eed1d68ec194;p=users%2Fbernd%2Fpostgres.git Remove docs that say psql \encoding doesn't track SET client_encoding. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 9272710d54..10811255ab 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1070,13 +1070,6 @@ Tue Oct 26 21:40:57 CEST 1999 Sets the client character set encoding. Without an argument, this command shows the current encoding. - - - This command will not notice changes made directly by SET - client_encoding. If you use \encoding, - be sure to use it to set as well as examine the encoding. - -