Document that psql \encoding doesn't see SET CLIENT_ENCODING changes.
This commit is contained in:
parent
cb200245a1
commit
925800cc0b
@ -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
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1052,6 +1052,12 @@ Tue Oct 26 21:40:57 CEST 1999
|
|||||||
Sets the client encoding, if you are using multibyte encodings.
|
Sets the client encoding, if you are using multibyte encodings.
|
||||||
Without an argument, this command shows the current encoding.
|
Without an argument, this command shows the current encoding.
|
||||||
</para>
|
</para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This command does not see changes made by <command>SET
|
||||||
|
CLIENT_ENCODING</>.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user