mirror of
https://github.com/postgres/postgres.git
synced 2025-05-22 00:02:02 -04:00
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.
This commit is contained in:
parent
20e69daa13
commit
d89755dac6
@ -415,7 +415,7 @@ PostgreSQL documentation
|
|||||||
<replaceable class="parameter">pattern</replaceable> parameter is
|
<replaceable class="parameter">pattern</replaceable> parameter is
|
||||||
interpreted as a pattern according to the same rules used by
|
interpreted as a pattern according to the same rules used by
|
||||||
<application>psql</application>'s <literal>\d</literal> commands
|
<application>psql</application>'s <literal>\d</literal> commands
|
||||||
(see <xref linkend="app-psql-patterns"/> below),
|
(see <xref linkend="app-psql-patterns"/>),
|
||||||
so multiple schemas can also be selected by writing wildcard characters
|
so multiple schemas can also be selected by writing wildcard characters
|
||||||
in the pattern. When using wildcards, be careful to quote the pattern
|
in the pattern. When using wildcards, be careful to quote the pattern
|
||||||
if needed to prevent the shell from expanding the wildcards; see
|
if needed to prevent the shell from expanding the wildcards; see
|
||||||
@ -550,7 +550,7 @@ PostgreSQL documentation
|
|||||||
<replaceable class="parameter">pattern</replaceable> parameter is
|
<replaceable class="parameter">pattern</replaceable> parameter is
|
||||||
interpreted as a pattern according to the same rules used by
|
interpreted as a pattern according to the same rules used by
|
||||||
<application>psql</application>'s <literal>\d</literal> commands
|
<application>psql</application>'s <literal>\d</literal> commands
|
||||||
(see <xref linkend="app-psql-patterns"/> below),
|
(see <xref linkend="app-psql-patterns"/>),
|
||||||
so multiple tables can also be selected by writing wildcard characters
|
so multiple tables can also be selected by writing wildcard characters
|
||||||
in the pattern. When using wildcards, be careful to quote the pattern
|
in the pattern. When using wildcards, be careful to quote the pattern
|
||||||
if needed to prevent the shell from expanding the wildcards; see
|
if needed to prevent the shell from expanding the wildcards; see
|
||||||
@ -801,7 +801,7 @@ PostgreSQL documentation
|
|||||||
Also, the <replaceable class="parameter">foreignserver</replaceable> parameter is
|
Also, the <replaceable class="parameter">foreignserver</replaceable> parameter is
|
||||||
interpreted as a pattern according to the same rules used by
|
interpreted as a pattern according to the same rules used by
|
||||||
<application>psql</application>'s <literal>\d</literal> commands
|
<application>psql</application>'s <literal>\d</literal> commands
|
||||||
(see <xref linkend="app-psql-patterns"/> below),
|
(see <xref linkend="app-psql-patterns"/>),
|
||||||
so multiple foreign servers can also be selected by writing wildcard characters
|
so multiple foreign servers can also be selected by writing wildcard characters
|
||||||
in the pattern. When using wildcards, be careful to quote the pattern
|
in the pattern. When using wildcards, be careful to quote the pattern
|
||||||
if needed to prevent the shell from expanding the wildcards; see
|
if needed to prevent the shell from expanding the wildcards; see
|
||||||
@ -1521,7 +1521,7 @@ CREATE DATABASE foo WITH TEMPLATE template0;
|
|||||||
<para>
|
<para>
|
||||||
To specify an upper-case or mixed-case name in <option>-t</option> and related
|
To specify an upper-case or mixed-case name in <option>-t</option> and related
|
||||||
switches, you need to double-quote the name; else it will be folded to
|
switches, you need to double-quote the name; else it will be folded to
|
||||||
lower case (see <xref linkend="app-psql-patterns"/> below). But
|
lower case (see <xref linkend="app-psql-patterns"/>). But
|
||||||
double quotes are special to the shell, so in turn they must be quoted.
|
double quotes are special to the shell, so in turn they must be quoted.
|
||||||
Thus, to dump a single table with a mixed-case name, you need something
|
Thus, to dump a single table with a mixed-case name, you need something
|
||||||
like
|
like
|
||||||
|
@ -301,7 +301,7 @@ PostgreSQL documentation
|
|||||||
<replaceable class="parameter">pattern</replaceable> parameter is
|
<replaceable class="parameter">pattern</replaceable> parameter is
|
||||||
interpreted as a pattern according to the same rules used by
|
interpreted as a pattern according to the same rules used by
|
||||||
<application>psql</application>'s <literal>\d</literal>
|
<application>psql</application>'s <literal>\d</literal>
|
||||||
commands (see <xref linkend="app-psql-patterns"/> below),
|
commands (see <xref linkend="app-psql-patterns"/>),
|
||||||
so multiple databases can also be excluded by writing wildcard
|
so multiple databases can also be excluded by writing wildcard
|
||||||
characters in the pattern. When using wildcards, be careful to
|
characters in the pattern. When using wildcards, be careful to
|
||||||
quote the pattern if needed to prevent shell wildcard expansion.
|
quote the pattern if needed to prevent shell wildcard expansion.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user