diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-12 02:40:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-12 02:40:10 +0000 |
commit | 9182481bea3b72eb7ea60d8fcc0b0c6ccd179fc5 (patch) | |
tree | bb7a7ee195a4ef07bee37386ca9123b566f52768 /doc/src | |
parent | aaafbdcfd30a1513f35fb8741f7a05acd66b9f80 (diff) |
Remove WIN32_CONSOLE support, at the request of the author.
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 1d6da0e3b2d..784cc06a414 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.96 2003/09/03 22:05:08 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.97 2003/09/12 02:40:09 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> |