"daveg" <[EMAIL PROTECTED]> writes: > The argument that one could just use copy and tar and gzip applies to the > whole existance of pg_dump itself. pg_dump is just a more convenient way to > copy out tables and as such does not NEED to exist at all. However it is > convenient to that is does exist and does have convenient features to > selectively handle schemas and tables.
That's not really true, pg_dump does a *lot* more work than just group table data together. Its real value comes in reconstructing DDL for all the objects and understanding the dependencies between them. That's functionality that isn't available elsewhere and can't be reproduced without just reimplementing pg_dump. -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Ask me about EnterpriseDB's RemoteDBA services! -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-patches