diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-10-01 10:25:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-10-01 10:25:44 -0400 |
commit | a0ccae7ed41201251c0da51a91b84eb9d13c4ab1 (patch) | |
tree | 8cf81a6a2e20724852775160f3fc2b8b54aa2f6d | |
parent | fd51c16ce9ed3dfad9432b830dac46f30d6052ac (diff) | |
download | postgresql-REL9_0_1.tar.gz postgresql-REL9_0_1.zip |
Fix back-branch breakage from ill-advised last-minute commit.REL9_0_1
-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. |