|
1 | 1 | <!--
|
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 $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -535,6 +535,18 @@ Tue Oct 26 21:40:57 CEST 1999
|
535 | 535 | </varlistentry>
|
536 | 536 |
|
537 | 537 |
|
| 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 | + |
538 | 550 | <varlistentry>
|
539 | 551 | <term><literal>\f</literal> [ <replaceable class="parameter">string</replaceable> ]</term>
|
540 | 552 |
|
@@ -1657,6 +1669,17 @@ bar
|
1657 | 1669 | </listitem>
|
1658 | 1670 | </varlistentry>
|
1659 | 1671 |
|
| 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 | + |
1660 | 1683 | <varlistentry>
|
1661 | 1684 | <term><envar>HISTCONTROL</envar></term>
|
1662 | 1685 | <listitem>
|
|