Skip to content

Commit d89755d

Browse files
committed
Doc: adjust misleading phrasing of a few cross-references.
The pg_dump and pg_dumpall man pages referred to app-psql-patterns as appearing "below", which I suspect was copied-and-pasted from equivalent text in psql-ref.sgml rather than being actually thought through. At least to me, that phrasing means "later in this same web page/section", which this link target is not. Drop the misleading and unnecessary-in-any-case adjective.
1 parent 20e69da commit d89755d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ PostgreSQL documentation
415415
<replaceable class="parameter">pattern</replaceable> parameter is
416416
interpreted as a pattern according to the same rules used by
417417
<application>psql</application>'s <literal>\d</literal> commands
418-
(see <xref linkend="app-psql-patterns"/> below),
418+
(see <xref linkend="app-psql-patterns"/>),
419419
so multiple schemas can also be selected by writing wildcard characters
420420
in the pattern. When using wildcards, be careful to quote the pattern
421421
if needed to prevent the shell from expanding the wildcards; see
@@ -550,7 +550,7 @@ PostgreSQL documentation
550550
<replaceable class="parameter">pattern</replaceable> parameter is
551551
interpreted as a pattern according to the same rules used by
552552
<application>psql</application>'s <literal>\d</literal> commands
553-
(see <xref linkend="app-psql-patterns"/> below),
553+
(see <xref linkend="app-psql-patterns"/>),
554554
so multiple tables can also be selected by writing wildcard characters
555555
in the pattern. When using wildcards, be careful to quote the pattern
556556
if needed to prevent the shell from expanding the wildcards; see
@@ -801,7 +801,7 @@ PostgreSQL documentation
801801
Also, the <replaceable class="parameter">foreignserver</replaceable> parameter is
802802
interpreted as a pattern according to the same rules used by
803803
<application>psql</application>'s <literal>\d</literal> commands
804-
(see <xref linkend="app-psql-patterns"/> below),
804+
(see <xref linkend="app-psql-patterns"/>),
805805
so multiple foreign servers can also be selected by writing wildcard characters
806806
in the pattern. When using wildcards, be careful to quote the pattern
807807
if needed to prevent the shell from expanding the wildcards; see
@@ -1521,7 +1521,7 @@ CREATE DATABASE foo WITH TEMPLATE template0;
15211521
<para>
15221522
To specify an upper-case or mixed-case name in <option>-t</option> and related
15231523
switches, you need to double-quote the name; else it will be folded to
1524-
lower case (see <xref linkend="app-psql-patterns"/> below). But
1524+
lower case (see <xref linkend="app-psql-patterns"/>). But
15251525
double quotes are special to the shell, so in turn they must be quoted.
15261526
Thus, to dump a single table with a mixed-case name, you need something
15271527
like

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ PostgreSQL documentation
301301
<replaceable class="parameter">pattern</replaceable> parameter is
302302
interpreted as a pattern according to the same rules used by
303303
<application>psql</application>'s <literal>\d</literal>
304-
commands (see <xref linkend="app-psql-patterns"/> below),
304+
commands (see <xref linkend="app-psql-patterns"/>),
305305
so multiple databases can also be excluded by writing wildcard
306306
characters in the pattern. When using wildcards, be careful to
307307
quote the pattern if needed to prevent shell wildcard expansion.

0 commit comments

Comments
 (0)