Re: pgsql/doc (FAQ_MSWIN INSTALL_MSWIN) - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql/doc (FAQ_MSWIN INSTALL_MSWIN)
Date
Msg-id Pine.LNX.4.21.0010201914450.789-100000@peter.localdomain
Whole thread Raw
In response to Re: pgsql/doc (FAQ_MSWIN INSTALL_MSWIN)  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List pgsql-committers
Thomas Lockhart writes:

> Hmm. It is a fact that M$Windows is not quite the same as *any* of the
> other boxes we support.

> We currently have a section in the printed/html docs covering installing
> on M$ for client-side libraries, and we should move the installation
> instructions for the server into these docs also.

Note that there's a difference here:  Support for a plain-old Windows 95
box with MS Visual C++ compiler is certainly very different.  There are
even separate makefiles (project files?) for that.

OTOH, support for Windows NT with Cygwin is not "exceptional" compared to
any other supported system.  You run configure; make; make install, with
GNU make and GCC. The only thing this INSTALL_WIN file does is to tell
people where to download Cygwin and cgyipc, which is no more different
than FAQ_Solaris telling people to download GNU packages from
www.sunfreeware.com or FAQ_HPUX advising to download various vendor
patches.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-committers by date:

Previous
From: Thomas Lockhart
Date:
Subject: pgsql/doc/src/sgml/ref (insert.sgml)
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql/src/interfaces/libpq (Makefile)