1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.19 2004/12/24 18:32:50 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.20 2004/12/24 18:37:26 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="install-win32">
6
- <title>Client-Only Installation on <productname>Windows</productname></title>
6
+ <title>Installation on <productname>Windows</productname></title>
7
7
8
8
<indexterm>
9
9
<primary>installation</primary>
@@ -12,9 +12,8 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.19 2004/12/24 18:32:50 mo
12
12
13
13
<para>
14
14
Although <productname>PostgreSQL</productname> is written for
15
- Unix-like operating systems and can be built using
16
- <productname>MinGW</productname> and
17
- <productname>Cygwin</productname>, the C client library
15
+ Unix-like operating systems and compiles under
16
+ <productname>MinGW</productname>, the C client library
18
17
(<application>libpq</application>) and the interactive terminal
19
18
(<application>psql</application>) can be compiled using other Windows
20
19
tool sets. Makefiles are included in the source distribution for