pg_restore -l documentation
The docs for the -l switch in pg_restore say:
List the contents of the archive.
this is weird, because everywhere else we use "table of contents" to
describe this, which makes it seem like just plain 'contents' should mean
the bulk table data.
Attached patch changes it to say:
List the table of contents of the archive.
Cheers,
Jeff
Attachments:
pg_restore_TOC.patchapplication/octet-stream; name=pg_restore_TOC.patchDownload+1-1
On 8/3/17 15:56, Jeff Janes wrote:
The docs for the -l switch in pg_restore say:
List the contents of the archive.
this is weird, because everywhere else we use "table of contents" to
describe this, which makes it seem like just plain 'contents' should
mean the bulk table data.Attached patch changes it to say:
List the table of contents of the archive.
Committed, thanks!
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs