diff options
author | Bruce Momjian | 2003-09-05 16:43:13 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-05 16:43:13 +0000 |
commit | cec1333bbabb7d83a30545d302154e9e37c3f4c8 (patch) | |
tree | 5d9df63650316ab1dee477a90e6681966ee9463f | |
parent | ba7ee1db3b662b5c8abd3dbbb4c5b4f722ac07fb (diff) |
Add WIN32 URL.
-rw-r--r-- | doc/FAQ | 5 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Sep 1 12:47:42 EDT 2003 + Last updated: Fri Sep 5 12:42:57 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -199,7 +199,8 @@ A native port to MS Win NT/2000/XP is currently being worked on. For more details on the current status of PostgreSQL on Windows see - http://techdocs.postgresql.org/guides/Windows. + http://techdocs.postgresql.org/guides/Windows and + http://candle.pha.pa.us/main/writings/pgsql/win32.html. There is also a Novell Netware 6 port at http://forge.novell.com. diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 10e269cf0d6..2983f0519d3 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Mon Sep 1 12:47:42 EDT 2003</P> + <P>Last updated: Fri Sep 5 12:42:57 EDT 2003</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -251,7 +251,9 @@ <p>A native port to MS Win NT/2000/XP is currently being worked on. For more details on the current status of PostgreSQL on Windows see <a href="http://techdocs.postgresql.org/guides/Windows"> - http://techdocs.postgresql.org/guides/Windows</a>.</p> + http://techdocs.postgresql.org/guides/Windows</a> and + <a href="http://candle.pha.pa.us/main/writings/pgsql/win32.html"> + http://candle.pha.pa.us/main/writings/pgsql/win32.html</a>.</p> <p>There is also a Novell Netware 6 port at <a href="http://forge.novell.com">http://forge.novell.com</a>.</p> |