mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
Add warning about Win32 bugs in this release.
This commit is contained in:
parent
ce8a4ffca6
commit
cf5dd06755
1 changed files with 7 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
@ -38,6 +38,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.288 2004/08/24 00:06:50 neilc E
|
|||
<ulink url="http://pgfoundry.org/projects/pginstaller">
|
||||
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue