diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index b0e13a85d20..9e9c60ecc47 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.91 2003/07/23 15:05:42 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.92 2003/07/27 03:32:26 momjian Exp $ PostgreSQL documentation --> @@ -2076,6 +2076,19 @@ bar </listitem> </varlistentry> + <varlistentry> + <term><varname>WIN32_CONSOLE</varname></term> + <listitem> + <para> + This variable is only useful when working under the Win32 command + console. As the Win32 command console uses a different encoding than + the rest of the Windows system. Eight-bit characters (e.g. German Umlauts) + are corrupted. When this variable is set the command console encoding will + be translated into ASCII encoding for input and output. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect3> |