Re: Feature: give pg_dump a WHERE clause expression

Tom Lane <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.patches
Message-ID <[email protected]>
Gregory Stark <[email protected]> writes:
> "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.

> 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.

Indeed.  The other altar that pg_dump spends a lot of time worshipping
at is cross-version compatibility.  It's got quite enough on its plate
without people trying to convert it into an ETL tool.

Which is not to say that we don't need an ETL tool, just that it should
be separate from pg_dump.

			regards, tom lane

-- 
Sent via pgsql-patches mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.