Clarify pg_dump documentation

Peter Eisentraut <peter@eisentraut.org>

Commit: 10f55448965f9af3a62070dce840c5c701561630
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-09-03T12:25:26Z
Releases: 13.0
Clarify pg_dump documentation

Clarify in the help output and documentation that -n, -t etc. take a
"pattern" rather than a "schema" or "table" etc.  This was especially
confusing now that the new pg_dumpall --exclude-database option was
documented with "pattern" and the others not, even though they all
behave the same.

Discussion: https://www.postgresql.org/message-id/flat/b85f3fa1-b350-38d1-1893-4f7911bd7310%402ndquadrant.com

Files

PathChange+/−
doc/src/sgml/ref/pg_dump.sgml modified +21 −21
src/bin/pg_dump/pg_dump.c modified +5 −5

Documentation touched

Discussion