Обсуждение: Comment 1978 added to page backup.html of version 7.4
Author: Tracy Orf <tracyorf@charter.net>
----
Section VI.II of the documentation gives information on the pg_dump command. According to the documentation, use
pg_dumpwith the following options:
--table=table
Dump data for table only. It is possible for there to be multiple tables with the same name in different schemas;
ifthat is the case, all matching tables will be dumped. Specify both --schema and --table to select just one table.
Note: In this mode, pg_dump makes no attempt to dump any other database objects that the selected table may
dependupon. Therefore, there is no guarantee that the results of a single-table dump can be successfully restored by
themselvesinto a clean database.
----
Manual page: http://wwwmaster.postgresql.org/docs/7.4/interactive/backup.html
Reject: http://wwwmaster.postgresql.org/admin/comments.php?action=reject&id=1978
Edit: http://wwwmaster.postgresql.org/admin/comment-edit.php?id=1978
Delete: http://wwwmaster.postgresql.org/admin/comments.php?action=delete&id=1978