File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 37
37
<!entity diskusage SYSTEM "diskusage.sgml">
38
38
<!entity high-availability SYSTEM "high-availability.sgml">
39
39
<!entity installation SYSTEM "installation.sgml">
40
- <!entity installw SYSTEM "install-win32 .sgml">
40
+ <!entity installw SYSTEM "install-windows .sgml">
41
41
<!entity maintenance SYSTEM "maintenance.sgml">
42
42
<!entity manage-ag SYSTEM "manage-ag.sgml">
43
43
<!entity monitoring SYSTEM "monitoring.sgml">
Original file line number Diff line number Diff line change 1
- <!-- doc/src/sgml/install-win32 .sgml -->
1
+ <!-- doc/src/sgml/install-windows .sgml -->
2
2
3
- <chapter id="install-win32 ">
3
+ <chapter id="install-windows ">
4
4
<title>Installation from Source Code on <productname>Windows</productname></title>
5
5
6
6
<indexterm>
56
56
binaries are built using <productname>Visual Studio</productname>.
57
57
</para>
58
58
59
- <sect1 id="install-win32 -full">
59
+ <sect1 id="install-windows -full">
60
60
<title>Building with <productname>Visual C++</productname> or the
61
61
<productname>Platform SDK</productname></title>
62
62
@@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook';
436
436
437
437
</sect1>
438
438
439
- <sect1 id="install-win32 -libpq">
439
+ <sect1 id="install-windows -libpq">
440
440
<title>Building <application>libpq</application> with
441
441
<productname>Visual C++</productname> or
442
442
<productname>Borland C++</productname></title>
Original file line number Diff line number Diff line change @@ -2455,7 +2455,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
2455
2455
<para>
2456
2456
PostgreSQL can be built using Cygwin, a Linux-like environment for
2457
2457
Windows, but that method is inferior to the native Windows build
2458
- <![%standalone-ignore[(see <xref linkend="install-win32 ">)]]> and
2458
+ <![%standalone-ignore[(see <xref linkend="install-windows ">)]]> and
2459
2459
is no longer recommended.
2460
2460
</para>
2461
2461
@@ -2706,7 +2706,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
2706
2706
The MinGW build variant uses the normal build system described in
2707
2707
this chapter; the Visual C++ build works completely differently
2708
2708
and is described in <![%standalone-include[the
2709
- documentation]]><![%standalone-ignore[<xref linkend="install-win32 ">]]>.
2709
+ documentation]]><![%standalone-ignore[<xref linkend="install-windows ">]]>.
2710
2710
It is a fully native build and uses no additional software like
2711
2711
MinGW. A ready-made installer is available on the main
2712
2712
PostgreSQL web site.
Original file line number Diff line number Diff line change 66
66
67
67
<listitem>
68
68
<para>
69
- Full support for <link linkend="install-win32 ">64-bit
69
+ Full support for <link linkend="install-windows ">64-bit
70
70
<productname>Windows</></link>.
71
71
</para>
72
72
</listitem>
@@ -2781,7 +2781,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
2781
2781
<listitem>
2782
2782
<para>
2783
2783
Support compiling on <link
2784
- linkend="install-win32 ">64-bit
2784
+ linkend="install-windows ">64-bit
2785
2785
<productname>Windows</></link> and running in 64-bit
2786
2786
mode (Tsutomu Yamada, Magnus Hagander)
2787
2787
</para>
@@ -2794,7 +2794,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
2794
2794
<listitem>
2795
2795
<para>
2796
2796
Support server builds using <link
2797
- linkend="install-win32 -full"><productname>Visual Studio
2797
+ linkend="install-windows -full"><productname>Visual Studio
2798
2798
2008</></link> (Magnus Hagander)
2799
2799
</para>
2800
2800
</listitem>
You can’t perform that action at this time.
0 commit comments