Commit 3186560f authored by Robert Haas's avatar Robert Haas

Replace doc references to install-win32 with install-windows.

Windows is not necessarily 32-bit, any more.

As suggested by Mike Toews.
parent a959c67c
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<!entity diskusage SYSTEM "diskusage.sgml"> <!entity diskusage SYSTEM "diskusage.sgml">
<!entity high-availability SYSTEM "high-availability.sgml"> <!entity high-availability SYSTEM "high-availability.sgml">
<!entity installation SYSTEM "installation.sgml"> <!entity installation SYSTEM "installation.sgml">
<!entity installw SYSTEM "install-win32.sgml"> <!entity installw SYSTEM "install-windows.sgml">
<!entity maintenance SYSTEM "maintenance.sgml"> <!entity maintenance SYSTEM "maintenance.sgml">
<!entity manage-ag SYSTEM "manage-ag.sgml"> <!entity manage-ag SYSTEM "manage-ag.sgml">
<!entity monitoring SYSTEM "monitoring.sgml"> <!entity monitoring SYSTEM "monitoring.sgml">
......
<!-- doc/src/sgml/install-win32.sgml --> <!-- doc/src/sgml/install-windows.sgml -->
<chapter id="install-win32"> <chapter id="install-windows">
<title>Installation from Source Code on <productname>Windows</productname></title> <title>Installation from Source Code on <productname>Windows</productname></title>
<indexterm> <indexterm>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
binaries are built using <productname>Visual Studio</productname>. binaries are built using <productname>Visual Studio</productname>.
</para> </para>
<sect1 id="install-win32-full"> <sect1 id="install-windows-full">
<title>Building with <productname>Visual C++</productname> or the <title>Building with <productname>Visual C++</productname> or the
<productname>Platform SDK</productname></title> <productname>Platform SDK</productname></title>
...@@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook'; ...@@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook';
</sect1> </sect1>
<sect1 id="install-win32-libpq"> <sect1 id="install-windows-libpq">
<title>Building <application>libpq</application> with <title>Building <application>libpq</application> with
<productname>Visual C++</productname> or <productname>Visual C++</productname> or
<productname>Borland C++</productname></title> <productname>Borland C++</productname></title>
......
...@@ -2455,7 +2455,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d ...@@ -2455,7 +2455,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
<para> <para>
PostgreSQL can be built using Cygwin, a Linux-like environment for PostgreSQL can be built using Cygwin, a Linux-like environment for
Windows, but that method is inferior to the native Windows build 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. is no longer recommended.
</para> </para>
...@@ -2706,7 +2706,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 ...@@ -2706,7 +2706,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
The MinGW build variant uses the normal build system described in The MinGW build variant uses the normal build system described in
this chapter; the Visual C++ build works completely differently this chapter; the Visual C++ build works completely differently
and is described in <![%standalone-include[the 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 It is a fully native build and uses no additional software like
MinGW. A ready-made installer is available on the main MinGW. A ready-made installer is available on the main
PostgreSQL web site. PostgreSQL web site.
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<listitem> <listitem>
<para> <para>
Full support for <link linkend="install-win32">64-bit Full support for <link linkend="install-windows">64-bit
<productname>Windows</></link>. <productname>Windows</></link>.
</para> </para>
</listitem> </listitem>
...@@ -2781,7 +2781,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then ...@@ -2781,7 +2781,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
<listitem> <listitem>
<para> <para>
Support compiling on <link Support compiling on <link
linkend="install-win32">64-bit linkend="install-windows">64-bit
<productname>Windows</></link> and running in 64-bit <productname>Windows</></link> and running in 64-bit
mode (Tsutomu Yamada, Magnus Hagander) mode (Tsutomu Yamada, Magnus Hagander)
</para> </para>
...@@ -2794,7 +2794,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then ...@@ -2794,7 +2794,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
<listitem> <listitem>
<para> <para>
Support server builds using <link Support server builds using <link
linkend="install-win32-full"><productname>Visual Studio linkend="install-windows-full"><productname>Visual Studio
2008</></link> (Magnus Hagander) 2008</></link> (Magnus Hagander)
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment