Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cd91f63

Browse files
author
Liudmila Mantrova
committed
[Doc]: Switch to PGPRO10: autocommit based on 5e4263f
1 parent fe7bc0b commit cd91f63

13 files changed

+16
-26
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,7 @@ omicron bryanh guest1
10601060
</para>
10611061

10621062
<para>
1063-
GSSAPI support has to be enabled when <productname>&productname;</> is built;
1064-
see <xref linkend="installation"> for more information.
1063+
GSSAPI support has to be enabled when <productname>&productname;</> is built.
10651064
</para>
10661065

10671066
<para>

doc/src/sgml/contrib.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
<para>
2424
When building from the source distribution, these components are not built
25-
automatically, unless you build the "world" target
26-
(see <xref linkend="build">).
25+
automatically, unless you build the "world" target.
2726
You can build and install all of them by running:
2827
<screen>
2928
<userinput>make</userinput>

doc/src/sgml/docguide.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@ ADDITIONAL_FLAGS='-Xmx1000m'
535535
<para>
536536
The installation instructions are also distributed as plain text,
537537
in case they are needed in a situation where better reading tools
538-
are not available. The <filename>INSTALL</filename> file
538+
are not available. <!-- The <filename>INSTALL</filename> file
539539
corresponds to <xref linkend="installation">, with some minor
540-
changes to account for the different context. To recreate the
540+
changes to account for the different context. --> To recreate the
541541
file, change to the directory <filename>doc/src/sgml</filename>
542542
and enter <userinput>make INSTALL</userinput>.
543543
</para>

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3481,8 +3481,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
34813481
By default, probes are not available, so you will need to
34823482
explicitly tell the configure script to make the probes available
34833483
in <productname>&productname;</productname>. To include DTrace support
3484-
specify <option>--enable-dtrace</> to configure. See <xref
3485-
linkend="install-procedure"> for further information.
3484+
specify <option>--enable-dtrace</> to configure.
34863485
</para>
34873486
</sect2>
34883487

doc/src/sgml/plperl.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
<note>
4141
<para>
4242
Users of source packages must specially enable the build of
43-
PL/Perl during the installation process. (Refer to <xref
44-
linkend="installation"> for more information.) Users of
43+
PL/Perl during the installation process. Users of
4544
binary packages might find PL/Perl in a separate subpackage.
4645
</para>
4746
</note>

doc/src/sgml/plpython.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
<para>
103103
The built variant depends on which Python version was found during
104104
the installation or which version was explicitly set using
105-
the <envar>PYTHON</envar> environment variable;
106-
see <xref linkend="install-procedure">. To make both variants of
105+
the <envar>PYTHON</envar> environment variable.
106+
To make both variants of
107107
PL/Python available in one installation, the source tree has to be
108108
configured and built twice.
109109
</para>

doc/src/sgml/postgres.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@
151151
</partintro>
152152

153153
&installation-bin;
154-
&installation;
155-
&installw;
156154
&runtime;
157155
&config;
158156
&client-auth;
@@ -278,7 +276,6 @@
278276
&contrib;
279277
&external-projects;
280278
&config-one-c;
281-
&sourcerepo;
282279
&docguide;
283280
&demodb-bookings;
284281
&acronyms;

doc/src/sgml/regress.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ make MAX_CONNECTIONS=10 check
9797
<title>Running the Tests Against an Existing Installation</title>
9898

9999
<para>
100-
To run the tests after installation (see <xref linkend="installation">),
100+
To run the tests after installation,
101101
initialize a data area and start the
102102
server as explained in <xref linkend="runtime">, then type:
103103
<screen>

doc/src/sgml/release-9.0.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10440,8 +10440,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
1044010440

1044110441
<listitem>
1044210442
<para>
10443-
New <filename>Makefile</> targets <link
10444-
linkend="build"><literal>world</></link>,
10443+
New <filename>Makefile</> targets <literal>world</>,
1044510444
<literal>install-world</>, and <literal>installcheck-world</>
1044610445
(Andrew Dunstan)
1044710446
</para>

doc/src/sgml/release-9.1.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11315,7 +11315,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10;
1131511315

1131611316
<listitem>
1131711317
<para>
11318-
Run <link linkend="build">regression tests</link> in the
11318+
Run regression tests in the
1131911319
default encoding (Peter Eisentraut)
1132011320
</para>
1132111321

doc/src/sgml/release-9.5.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8872,7 +8872,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list.
88728872
2014-07-12 [8d9a0e8] Magnus..: Support &#8211;&#8211;with-extra-version equivalent functi..
88738873
-->
88748874
<para>
8875-
Allow <link linkend="install-procedure">configure</link>'s
8875+
Allow configure's
88768876
<option>--with-extra-version</option> option to be honored by the
88778877
<productname>MSVC</productname> build (Michael Paquier)
88788878
</para>

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,9 +1870,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
18701870

18711871
<step>
18721872
<para>
1873-
Install the new version of <productname>&productname;</productname> as
1874-
outlined in <![%standalone-include[the next section.]]>
1875-
<![%standalone-ignore[<xref linkend="install-procedure">.]]>
1873+
Install the new version of <productname>&productname;</productname>.
18761874
</para>
18771875
</step>
18781876

@@ -2180,7 +2178,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
21802178
for increased security. This requires that
21812179
<productname>OpenSSL</productname> is installed on both client and
21822180
server systems and that support in <productname>&productname;</> is
2183-
enabled at build time (see <xref linkend="installation">).
2181+
enabled at build time.
21842182
</para>
21852183

21862184
<para>

doc/src/sgml/start.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<para>
3131
If you are installing <productname>&productname;</productname>
32-
yourself, then refer to <xref linkend="installation">
33-
for instructions on installation, and return to
32+
yourself, then see
33+
instructions on installation, and return to
3434
this guide when the installation is complete. Be sure to follow
3535
closely the section about setting up the appropriate environment
3636
variables.

0 commit comments

Comments
 (0)