diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 251f67fa5cd..d0678e1920b 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.94.2.1 2003/09/07 04:36:46 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.94.2.2 2003/09/12 02:46:00 momjian Exp $ PostgreSQL documentation --> @@ -2073,19 +2073,6 @@ 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> |