[DOCS] Does "console code page" issue apply to MinGW, Cygwin builds?

2004-12-26 Thread Tom Lane
At the bottom of http://developer.postgresql.org/docs/postgres/install-win32.html there is some info about having to set the correct console code page for psql. Does this apply to the MinGW and/or Cygwin builds, or is it only relevant for Visual C++ and Borland C++ builds? If the former, it's in

Re: [DOCS] [pgsql-hackers-win32] Does "console code page" issue apply to MinGW,

2004-12-26 Thread Bruce Momjian
Tom Lane wrote: > At the bottom of > http://developer.postgresql.org/docs/postgres/install-win32.html > there is some info about having to set the correct console code page > for psql. Does this apply to the MinGW and/or Cygwin builds, or is it > only relevant for Visual C++ and Borland C++ builds