File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,8 @@ PostgreSQL documentation
301301 linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
302302 so multiple schemas can also be selected by writing wildcard characters
303303 in the pattern. When using wildcards, be careful to quote the pattern
304- if needed to prevent the shell from expanding the wildcards.
304+ if needed to prevent the shell from expanding the wildcards; see
305+ <xref linkend="pg-dump-examples" endterm="pg-dump-examples-title">.
305306 </para>
306307
307308 <note>
@@ -435,7 +436,8 @@ PostgreSQL documentation
435436 linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
436437 so multiple tables can also be selected by writing wildcard characters
437438 in the pattern. When using wildcards, be careful to quote the pattern
438- if needed to prevent the shell from expanding the wildcards.
439+ if needed to prevent the shell from expanding the wildcards; see
440+ <xref linkend="pg-dump-examples" endterm="pg-dump-examples-title">.
439441 </para>
440442
441443 <para>
@@ -973,7 +975,7 @@ CREATE DATABASE foo WITH TEMPLATE template0;
973975 </refsect1>
974976
975977 <refsect1 id="pg-dump-examples">
976- <title>Examples</title>
978+ <title id="pg-dump-examples-title" >Examples</title>
977979
978980 <para>
979981 To dump a database called <literal>mydb</> into a SQL-script file:
You can’t perform that action at this time.
0 commit comments