diff options
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 8 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 63da4086490..4bf890e7597 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -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> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ed18d165f0c..6120846090a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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. |