diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-26 13:08:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-26 13:08:59 +0000 |
commit | cf5dd06755f0f19d85cb3a5ce86a6a0f6e482473 (patch) | |
tree | bf95244e27360cc2e4744b16d53d95db6ed92cce | |
parent | ce8a4ffca620cdb1369c29f1a2a5396d4b118e1a (diff) | |
download | postgresql-cf5dd06755f0f19d85cb3a5ce86a6a0f6e482473.tar.gz postgresql-cf5dd06755f0f19d85cb3a5ce86a6a0f6e482473.zip |
Add warning about Win32 bugs in this release.
-rw-r--r-- | doc/src/sgml/release.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d72b07b79fe..ae907386fd3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.288 2004/08/24 00:06:50 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.289 2004/08/26 13:08:59 momjian Exp $ --> <appendix id="release"> @@ -39,6 +39,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.288 2004/08/24 00:06:50 neilc E http://pgfoundry.org/projects/pginstaller</ulink>. </para> <para> + Because Win32 is significantly different from the Unix platforms + supported in previous releases, this port might have more bugs + than other supported platforms in this release. Please test it + thoroughly before using it in production. + </para> + <para> Previous releases required the Unix emulation toolkit Cygwin for Win32 server support. <productname>PostgreSQL</productname> has always supported clients on Win32. |