X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org
Received: from localhost (unknown [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id 732023A4824
for ;
Thu, 28 Oct 2004 21:34:44 +0100 (BST)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 34706-09
for ;
Thu, 28 Oct 2004 20:34:33 +0000 (GMT)
Received: from p15140235.pureserver.info (sql-info.de [217.160.166.164])
by svr1.postgresql.org (Postfix) with ESMTP id 155753A4980
for ; Thu, 28 Oct 2004 21:34:34 +0100 (BST)
Received: by p15140235.pureserver.info (Postfix, from userid 639)
id 3A354356F; Thu, 28 Oct 2004 22:34:32 +0200 (CEST)
Received: from iwate.sql-info.de (pD9517266.dip.t-dialin.net [217.81.114.102])
(using SSLv3 with cipher RC4-MD5 (128/128 bits))
(No client certificate requested)
by p15140235.pureserver.info (Postfix) with ESMTP id 031103567
for ; Thu, 28 Oct 2004 22:34:30 +0200 (CEST)
From: Ian Barwick
To: pgsql-docs@postgresql.org
Subject: FAQ and Windows
Date: Thu, 28 Oct 2004 22:34:27 +0200
User-Agent: KMail/1.6.2
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: Multipart/Mixed;
boundary="Boundary-00=_TfVgB1XpNA14DGE"
Message-Id: <200410282234.27776.barwick@gmx.net>
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests=HTML_MESSAGE
X-Spam-Level:
X-Archive-Number: 200410/63
X-Sequence-Number: 2632
--Boundary-00=_TfVgB1XpNA14DGE
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi
I was trying to clarify the installation options for Windows and noticed
all mention of the Cygwin package has been dropped from the FAQ.
Attached is a patch mentioning this is the only option
for DOS-based Windows (95 ~ ME) - someone is bound to ask - and with links to
the relevant FAQs. I also bumped the current version number.
On a related note I'd suggest adding the "Native Win32 FAQ"
( http://pginstaller.projects.postgresql.org/FAQ_windows.html ) to the
list at http://www.postgresql.org/docs/#faqs .
Ian Barwick
barwick@gmx.net
--Boundary-00=_TfVgB1XpNA14DGE
Content-Type: text/x-diff;
charset="us-ascii";
name="FAQ.html.cdiff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="FAQ.html.cdiff"
Index: FAQ.html
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/FAQ/FAQ.html,v
retrieving revision 1.227
diff -c -r1.227 FAQ.html
*** FAQ.html 1 Sep 2004 03:28:15 -0000 1.227
--- FAQ.html 28 Oct 2004 20:26:00 -0000
***************
*** 242,248 ****
Microsoft Windows NT-based operating systems like Win2000, WinXP,
and Win2003. A prepackaged installer is available at
! http://pgfoundry.org/projects/pginstaller.
There is also a Novell Netware 6 port at
http://forge.novell.com.
--- 242,255 ----
Microsoft Windows NT-based operating systems like Win2000, WinXP,
and Win2003. A prepackaged installer is available at
! http://pgfoundry.org/projects/pginstaller. A Windows-specific FAQ
! is available at http://pginstaller.projects.postgresql.org/FAQ_windows.html.
!
! PostgreSQL can also be installed on Windows using the Cygwin
! compatibility layer. Although not suitable for a production environment,
! this is the only installation option for 16-bit Windows (95, 98 and ME).
! The Cygwin FAQ (http://www.postgresql.org/docs/faqs/text/FAQ_CYGWIN)
! contains further information.
There is also a Novell Netware 6 port at
http://forge.novell.com.
***************
*** 315,321 ****
1.7) What is the latest release?
! The latest release of PostgreSQL is version 7.4.5.
We plan to have major releases every six to eight months.
--- 322,328 ----
1.7) What is the latest release?
! The latest release of PostgreSQL is version 7.4.6.
We plan to have major releases every six to eight months.
--Boundary-00=_TfVgB1XpNA14DGE--