File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,8 @@ PostgreSQL documentation
301
301
linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
302
302
so multiple schemas can also be selected by writing wildcard characters
303
303
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">.
305
306
</para>
306
307
307
308
<note>
@@ -435,7 +436,8 @@ PostgreSQL documentation
435
436
linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
436
437
so multiple tables can also be selected by writing wildcard characters
437
438
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">.
439
441
</para>
440
442
441
443
<para>
@@ -973,7 +975,7 @@ CREATE DATABASE foo WITH TEMPLATE template0;
973
975
</refsect1>
974
976
975
977
<refsect1 id="pg-dump-examples">
976
- <title>Examples</title>
978
+ <title id="pg-dump-examples-title" >Examples</title>
977
979
978
980
<para>
979
981
To dump a database called <literal>mydb</> into a SQL-script file:
You can’t perform that action at this time.
0 commit comments