From: Bruce Momjian Date: Fri, 11 Mar 2011 00:40:23 +0000 (-0500) Subject: Reference doc "examples" section for pg_dump options that often need X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=26174d5fd0dec01bbbc4e766ed32b9a50a019c29;p=users%2Fhanada%2Fpostgres.git Reference doc "examples" section for pg_dump options that often need complex quoting, e.g. -t and -n. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 25dc2a7014..e78d275c0d 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -301,7 +301,8 @@ PostgreSQL documentation linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">), so multiple schemas can also be selected by writing wildcard characters in the pattern. When using wildcards, be careful to quote the pattern - if needed to prevent the shell from expanding the wildcards. + if needed to prevent the shell from expanding the wildcards; see + . @@ -435,7 +436,8 @@ PostgreSQL documentation linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">), so multiple tables can also be selected by writing wildcard characters in the pattern. When using wildcards, be careful to quote the pattern - if needed to prevent the shell from expanding the wildcards. + if needed to prevent the shell from expanding the wildcards; see + . @@ -973,7 +975,7 @@ CREATE DATABASE foo WITH TEMPLATE template0; - Examples + Examples To dump a database called mydb into a SQL-script file: