Index: doc/src/sgml/ref/pg_dump.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v retrieving revision 1.91 diff -c -r1.91 pg_dump.sgml *** doc/src/sgml/ref/pg_dump.sgml 23 Oct 2006 18:10:32 -0000 1.91 --- doc/src/sgml/ref/pg_dump.sgml 28 Nov 2006 22:50:15 -0000 *************** *** 805,810 **** --- 805,818 ---- + To dump a single table named camelCaseTable: + + + $ pg_dump -t '"camelCaseTable"' mydb > db.sql + + + + To dump all tables whose names start with emp in the detroit schema, except for the table named employee_log: