Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3186560

Browse files
committed
Replace doc references to install-win32 with install-windows.
Windows is not necessarily 32-bit, any more.As suggested by Mike Toews.
1 parenta959c67 commit3186560

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!entity diskusage SYSTEM "diskusage.sgml">
3838
<!entity high-availability SYSTEM "high-availability.sgml">
3939
<!entity installation SYSTEM "installation.sgml">
40-
<!entity installw SYSTEM "install-win32.sgml">
40+
<!entity installw SYSTEM "install-windows.sgml">
4141
<!entity maintenance SYSTEM "maintenance.sgml">
4242
<!entity manage-ag SYSTEM "manage-ag.sgml">
4343
<!entity monitoring SYSTEM "monitoring.sgml">

‎doc/src/sgml/install-win32.sgmlrenamed to‎doc/src/sgml/install-windows.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!-- doc/src/sgml/install-win32.sgml -->
1+
<!-- doc/src/sgml/install-windows.sgml -->
22

3-
<chapter id="install-win32">
3+
<chapter id="install-windows">
44
<title>Installation from Source Code on <productname>Windows</productname></title>
55

66
<indexterm>
@@ -56,7 +56,7 @@
5656
binaries are built using <productname>Visual Studio</productname>.
5757
</para>
5858

59-
<sect1 id="install-win32-full">
59+
<sect1 id="install-windows-full">
6060
<title>Building with <productname>Visual C++</productname> or the
6161
<productname>Platform SDK</productname></title>
6262

@@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook';
436436

437437
</sect1>
438438

439-
<sect1 id="install-win32-libpq">
439+
<sect1 id="install-windows-libpq">
440440
<title>Building <application>libpq</application> with
441441
<productname>Visual C++</productname> or
442442
<productname>Borland C++</productname></title>

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
24552455
<para>
24562456
PostgreSQL can be built using Cygwin, a Linux-like environment for
24572457
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
24592459
is no longer recommended.
24602460
</para>
24612461

@@ -2706,7 +2706,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
27062706
The MinGW build variant uses the normal build system described in
27072707
this chapter; the Visual C++ build works completely differently
27082708
and is described in <![%standalone-include[the
2709-
documentation]]><![%standalone-ignore[<xref linkend="install-win32">]]>.
2709+
documentation]]><![%standalone-ignore[<xref linkend="install-windows">]]>.
27102710
It is a fully native build and uses no additional software like
27112711
MinGW. A ready-made installer is available on the main
27122712
PostgreSQL web site.

‎doc/src/sgml/release-9.0.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<listitem>
6868
<para>
69-
Full support for <link linkend="install-win32">64-bit
69+
Full support for <link linkend="install-windows">64-bit
7070
<productname>Windows</></link>.
7171
</para>
7272
</listitem>
@@ -2781,7 +2781,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
27812781
<listitem>
27822782
<para>
27832783
Support compiling on <link
2784-
linkend="install-win32">64-bit
2784+
linkend="install-windows">64-bit
27852785
<productname>Windows</></link> and running in 64-bit
27862786
mode (Tsutomu Yamada, Magnus Hagander)
27872787
</para>
@@ -2794,7 +2794,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
27942794
<listitem>
27952795
<para>
27962796
Support server builds using <link
2797-
linkend="install-win32-full"><productname>Visual Studio
2797+
linkend="install-windows-full"><productname>Visual Studio
27982798
2008</></link> (Magnus Hagander)
27992799
</para>
28002800
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp