pgsql-server/ oc/src/sgml/install-win32.sgml r ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/install-win32.sgml r ...
Date: 2003-09-29 18:21:33
Message-ID: 20030929182133.9C989D1B560@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/09/29 15:21:33

Modified files:
doc/src/sgml : install-win32.sgml
src/bin/psql : startup.c

Log message:
> >
> > a) Write documentation how the win32 console needs to be set up so that
> > psql can handle 8-bit characters.
> > Where should it be added? The Section "Installation on Windows" in the
> > Administrator's Guide seems natural to me.
> >
> > b) Add code to psql that prints a warning on startup of psql when the
> > console codepage differs from the windows codepage, something like
> >
> > Warning: Console codepage (850) differs from windows codepage (1252)
> > 8-bit characters will not work correctly. See PostgreSQL
> > documentation "Installation on Windows" for details.
>
Attached are two patches:

- installdoc.patch contains an additional paragraph on the win32 console
codepage for the chapter "Installation on Windows"
Due to a lack of SGML-tools, I have only edited the text and not tested
the SGML code - please check it before merging into the CVS branch.

- psqlcodepage.patch adds the warning about a problematic codepage to psql.

Christoph Dalitz

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-29 18:22:48 pgsql-server/src/backend/executor execTuples.c
Previous Message Bruce Momjian 2003-09-29 18:18:35 pgsql-server/doc/src/sgml arch-dev.sgml geqo.s ...