Fix back-branch breakage from ill-advised last-minute commit.

This commit is contained in:
Tom Lane 2010-10-01 10:25:44 -04:00
parent fd51c16ce9
commit a0ccae7ed4
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.57.4.2 2010/07/29 19:34:36 petere Exp $ -->
<!-- doc/src/sgml/install-windows.sgml -->
<chapter id="install-win32">
<chapter id="install-windows">
<title>Installation from Source Code on <productname>Windows</productname></title>
<indexterm>
@ -56,7 +56,7 @@
binaries are built using <productname>Visual Studio</productname>.
</para>
<sect1 id="install-win32-full">
<sect1 id="install-windows-full">
<title>Building with <productname>Visual C++</productname> or the
<productname>Platform SDK</productname></title>
@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook';
</sect1>
<sect1 id="install-win32-libpq">
<sect1 id="install-windows-libpq">
<title>Building <application>libpq</application> with
<productname>Visual C++</productname> or
<productname>Borland C++</productname></title>

View File

@ -2460,7 +2460,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
<para>
PostgreSQL can be built using Cygwin, a Linux-like environment for
Windows, but that method is inferior to the native Windows build
<![%standalone-ignore[(see <xref linkend="install-win32">)]]> and
<![%standalone-ignore[(see <xref linkend="install-windows">)]]> and
is no longer recommended.
</para>
@ -2711,7 +2711,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
The MinGW build variant uses the normal build system described in
this chapter; the Visual C++ build works completely differently
and is described in <![%standalone-include[the
documentation]]><![%standalone-ignore[<xref linkend="install-win32">]]>.
documentation]]><![%standalone-ignore[<xref linkend="install-windows">]]>.
It is a fully native build and uses no additional software like
MinGW. A ready-made installer is available on the main
PostgreSQL web site.