mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Update that 8.0 will support MS Win natively.
This commit is contained in:
27
doc/FAQ
27
doc/FAQ
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Mon Aug 23 12:16:36 EDT 2004
|
Last updated: Mon Aug 23 17:51:33 EDT 2004
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -186,27 +186,10 @@
|
|||||||
|
|
||||||
1.4) What non-Unix ports are available?
|
1.4) What non-Unix ports are available?
|
||||||
|
|
||||||
Client
|
Starting with version 8.0, PostgreSQL now runs natively on Microsoft
|
||||||
|
Windows NT-based operating systems like Win2000, WinXP, and Win2003. A
|
||||||
It is possible to compile the libpq C library, psql, and other
|
prepackaged installer is available at
|
||||||
interfaces and client applications to run on MS Windows platforms. In
|
http://pgfoundry.org/projects/pginstaller.
|
||||||
this case, the client is running on MS Windows, and communicates via
|
|
||||||
TCP/IP to a server running on one of our supported Unix platforms. A
|
|
||||||
file win32.mak is included in the distribution for making a Win32
|
|
||||||
libpq library and psql. PostgreSQL also communicates with ODBC
|
|
||||||
clients.
|
|
||||||
|
|
||||||
Server
|
|
||||||
|
|
||||||
The database server can run on Windows NT and Win2k using Cygwin, the
|
|
||||||
Cygnus Unix/NT porting library. See pgsql/doc/FAQ_MSWIN in the
|
|
||||||
distribution or the MS Windows FAQ at
|
|
||||||
http://www.PostgreSQL.org/docs/faqs/text/FAQ_MSWIN.
|
|
||||||
|
|
||||||
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 and
|
|
||||||
http://momjian.postgresql.org/main/writings/pgsql/win32.html.
|
|
||||||
|
|
||||||
There is also a Novell Netware 6 port at http://forge.novell.com.
|
There is also a Novell Netware 6 port at http://forge.novell.com.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
alink="#0000ff">
|
alink="#0000ff">
|
||||||
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
||||||
|
|
||||||
<P>Last updated: Mon Aug 23 12:16:36 EDT 2004</P>
|
<P>Last updated: Mon Aug 23 17:51:33 EDT 2004</P>
|
||||||
|
|
||||||
<P>Current maintainer: Bruce Momjian (<A href=
|
<P>Current maintainer: Bruce Momjian (<A href=
|
||||||
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
||||||
@ -238,30 +238,11 @@
|
|||||||
|
|
||||||
<H4><A name="1.4">1.4</A>) What non-Unix ports are available?</H4>
|
<H4><A name="1.4">1.4</A>) What non-Unix ports are available?</H4>
|
||||||
|
|
||||||
<P><STRONG>Client</STRONG></P>
|
<P>Starting with version 8.0, PostgreSQL now runs natively on
|
||||||
|
Microsoft Windows NT-based operating systems like Win2000, WinXP,
|
||||||
<P>It is possible to compile the <I>libpq</I> C library, psql, and
|
and Win2003. A prepackaged installer is available at <a href=
|
||||||
other interfaces and client applications to run on MS Windows platforms.
|
"http://pgfoundry.org/projects/pginstaller">
|
||||||
In this case, the client is running on MS Windows, and communicates
|
http://pgfoundry.org/projects/pginstaller</a>.
|
||||||
via TCP/IP to a server running on one of our supported Unix
|
|
||||||
platforms. A file <I>win32.mak</I> is included in the distribution
|
|
||||||
for making a Win32 <I>libpq</I> library and <I>psql</I>. PostgreSQL
|
|
||||||
also communicates with <SMALL>ODBC</SMALL> clients.</P>
|
|
||||||
|
|
||||||
<P><STRONG>Server</STRONG></P>
|
|
||||||
|
|
||||||
<P>The database server can run on Windows NT and Win2k using
|
|
||||||
Cygwin, the Cygnus Unix/NT porting library. See
|
|
||||||
<I>pgsql/doc/FAQ_MSWIN</I> in the distribution or the MS Windows FAQ
|
|
||||||
at <A href="http://www.PostgreSQL.org/docs/faqs/text/FAQ_MSWIN">
|
|
||||||
http://www.PostgreSQL.org/docs/faqs/text/FAQ_MSWIN</A>.</P>
|
|
||||||
|
|
||||||
<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> and
|
|
||||||
<a href="http://momjian.postgresql.org/main/writings/pgsql/win32.html">
|
|
||||||
http://momjian.postgresql.org/main/writings/pgsql/win32.html</a>.</p>
|
|
||||||
|
|
||||||
<p>There is also a Novell Netware 6 port at
|
<p>There is also a Novell Netware 6 port at
|
||||||
<a href="http://forge.novell.com">http://forge.novell.com</a>.</p>
|
<a href="http://forge.novell.com">http://forge.novell.com</a>.</p>
|
||||||
|
Reference in New Issue
Block a user