mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Forgot to include the documentation for \encoding ...
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.25 2000/02/13 21:45:13 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.26 2000/02/20 14:29:21 petere Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -535,6 +535,18 @@ Tue Oct 26 21:40:57 CEST 1999
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><literal>\encoding</literal> [ <replaceable class="parameter">encoding</replaceable> ]</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Sets the client encoding, if you are using multibyte encodings.
|
||||||
|
Without an argument, this command shows the current encoding.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>\f</literal> [ <replaceable class="parameter">string</replaceable> ]</term>
|
<term><literal>\f</literal> [ <replaceable class="parameter">string</replaceable> ]</term>
|
||||||
|
|
||||||
@ -1657,6 +1669,17 @@ bar
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><envar>ENCODING</envar></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The current client multibyte encoding. If you are not set up to use
|
||||||
|
multibyte characters, this variable will always contain
|
||||||
|
<quote>SQL_ASCII</quote>.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><envar>HISTCONTROL</envar></term>
|
<term><envar>HISTCONTROL</envar></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Reference in New Issue
Block a user