From: Tom Lane Date: Tue, 28 Nov 2006 22:54:18 +0000 (+0000) Subject: Add an example showing how to cope with mixed-case names in pg_dump X-Git-Tag: REL8_2_0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bbe35a540f6d52fe12d0fc177af876925455459;p=thirdparty%2Fpostgresql.git Add an example showing how to cope with mixed-case names in pg_dump switches. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 13fde9d2faf..389ac09995c 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -838,6 +838,20 @@ CREATE DATABASE foo WITH TEMPLATE template0; $ pg_dump -T 'ts_*' mydb > db.sql + + + + + To specify an upper-case or mixed-case name in