File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.25 2000/02/13 21:45:13 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.26 2000/02/20 14:29:21 petere Exp $
33Postgres documentation
44-->
55
@@ -535,6 +535,18 @@ Tue Oct 26 21:40:57 CEST 1999
535535 </varlistentry>
536536
537537
538+ <varlistentry>
539+ <term><literal>\encoding</literal> [ <replaceable class="parameter">encoding</replaceable> ]</term>
540+
541+ <listitem>
542+ <para>
543+ Sets the client encoding, if you are using multibyte encodings.
544+ Without an argument, this command shows the current encoding.
545+ </para>
546+ </listitem>
547+ </varlistentry>
548+
549+
538550 <varlistentry>
539551 <term><literal>\f</literal> [ <replaceable class="parameter">string</replaceable> ]</term>
540552
@@ -1657,6 +1669,17 @@ bar
16571669 </listitem>
16581670 </varlistentry>
16591671
1672+ <varlistentry>
1673+ <term><envar>ENCODING</envar></term>
1674+ <listitem>
1675+ <para>
1676+ The current client multibyte encoding. If you are not set up to use
1677+ multibyte characters, this variable will always contain
1678+ <quote>SQL_ASCII</quote>.
1679+ </para>
1680+ </listitem>
1681+ </varlistentry>
1682+
16601683 <varlistentry>
16611684 <term><envar>HISTCONTROL</envar></term>
16621685 <listitem>
You can’t perform that action at this time.
0 commit comments