1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.314 2004/11/27 21:56:04 petere Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -22,7 +22,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
22
22
<variablelist>
23
23
<varlistentry>
24
24
<term>
25
- Win32 Native Server
25
+ Microsoft Windows Native Server
26
26
</term>
27
27
28
28
<listitem>
@@ -31,28 +31,31 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
31
31
to natively run on <productname>Microsoft Windows</> as a
32
32
server. It can run as a <productname>Windows</> service. This
33
33
release supports NT-based Windows releases like
34
- <productname>Win2000 </>, <productname>XP</>,
35
- <productname>Win2003 </>. Older releases like
36
- <productname>Windows 95</>, <productname>98</>, and
37
- <productname>ME</> are not supported because these operating
34
+ <productname>Windows 2000 </>, <productname>Windows XP</>, and
35
+ <productname>Windows 2003 </>. Older releases like
36
+ <productname>Windows 95</>, <productname>Windows 98</>, and
37
+ <productname>Windows ME</> are not supported because these operating
38
38
systems do not have the infrastructure to support
39
39
<productname>PostgreSQL</productname>. A separate installer
40
40
project has been created to ease installation on
41
41
<productname>Windows</>: <ulink
42
42
url="http://pgfoundry.org/projects/pginstaller">
43
43
http://pgfoundry.org/projects/pginstaller</ulink>.
44
44
</para>
45
+
45
46
<para>
46
47
Although tested throughout our release cycle, the Windows port
47
48
does not have the benefit of years of use in production
48
49
environments that <productname>PostgreSQL</productname> has on
49
50
Unix platforms and therefore should be treated with the same
50
51
level of caution as you would a new product.
51
52
</para>
52
- <para> Previous releases required the Unix emulation toolkit
53
- <productname>Cygwin</> for Win32 server support.
54
- <productname>PostgreSQL</productname> has always supported
55
- clients on Win32.
53
+
54
+ <para>
55
+ Previous releases required the Unix emulation toolkit
56
+ <productname>Cygwin</> in order to run the server on Windows
57
+ operating systems. <productname>PostgreSQL</productname> has
58
+ always supported clients on Windows.
56
59
</para>
57
60
</listitem>
58
61
</varlistentry>
@@ -740,7 +743,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
740
743
</para>
741
744
<para>
742
745
Listening on localhost (<literal>127.0.0.1</>) opens no new
743
- security holes but allows configurations like Win32 and JDBC,
746
+ security holes but allows configurations like Windows and JDBC,
744
747
which do not support local sockets, to work without special
745
748
adjustments.
746
749
</para>
@@ -1272,10 +1275,10 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
1272
1275
1273
1276
<listitem>
1274
1277
<para>
1275
- New <application>pg_ctl</> <option>kill</> option for Win32 (Andrew)
1278
+ New <application>pg_ctl</> <option>kill</> option for Windows (Andrew)
1276
1279
</para>
1277
1280
<para>
1278
- Win32 does not have a <literal>kill</> command to send signals to
1281
+ Windows does not have a <literal>kill</> command to send signals to
1279
1282
backends so this capability was added to <application>pg_ctl</>.
1280
1283
</para>
1281
1284
</listitem>
@@ -1303,8 +1306,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
1303
1306
1304
1307
<listitem>
1305
1308
<para>
1306
- Add Win32 service <option>register</> command to
1307
- <application>pg_ctl</> (Dave Page)
1309
+ Add <option>register</> command to <application>pg_ctl</> to
1310
+ register Windows operating system service (Dave Page)
1308
1311
</para>
1309
1312
</listitem>
1310
1313
@@ -1976,13 +1979,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
1976
1979
1977
1980
<listitem>
1978
1981
<para>
1979
- Allow the database server to run natively on Win32 (Claudio, Magnus, Andrew)
1982
+ Allow the database server to run natively on Windows (Claudio, Magnus, Andrew)
1980
1983
</para>
1981
1984
</listitem>
1982
1985
1983
1986
<listitem>
1984
1987
<para>
1985
- Shell script commands converted to C versions for Win32 support (Andrew)
1988
+ Shell script commands converted to C versions for Windows support (Andrew)
1986
1989
</para>
1987
1990
</listitem>
1988
1991
@@ -2197,7 +2200,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
2197
2200
2198
2201
<listitem>
2199
2202
<para>
2200
- New <application>pgevent</> for Win32 logging
2203
+ New <application>pgevent</> for Windows logging
2201
2204
</para>
2202
2205
</listitem>
2203
2206
@@ -2266,7 +2269,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
2266
2269
2267
2270
<listitem>
2268
2271
<para>
2269
- Allow /contrib/pg_autovacuum to run as a Win32 service (Dave Page)
2272
+ Allow /contrib/pg_autovacuum to run as a Windows service (Dave Page)
2270
2273
</para>
2271
2274
</listitem>
2272
2275
0 commit comments