Index: doc/src/sgml/ref/psql-ref.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.82
diff -c -c -r1.82 psql-ref.sgml
*** doc/src/sgml/ref/psql-ref.sgml	6 Jan 2003 18:53:24 -0000	1.82
--- doc/src/sgml/ref/psql-ref.sgml	7 Jan 2003 18:44:11 -0000
***************
*** 1052,1057 ****
--- 1052,1063 ----
          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>
  
