Tom Lane wrote:
> "David F. Skoll" <[EMAIL PROTECTED]> writes:
> > pg_dump can be used to dump an entire database, or just a single
> > table. Is there a way to make a consistent dump of more than one
> > table, but less than all of the tables in the database?
>
> This has been discussed before,
"David F. Skoll" <[EMAIL PROTECTED]> writes:
> pg_dump can be used to dump an entire database, or just a single
> table. Is there a way to make a consistent dump of more than one
> table, but less than all of the tables in the database?
This has been discussed before, and I think we had agreed th
Scott Marlowe wrote:
On Wed, 2004-06-09 at 10:43, David F. Skoll wrote:
On Wed, 9 Jun 2004, Scott Marlowe wrote:
If you put the application's data into a specific schema, then you can
dump just that schema with the -n switch...
Thanks. That's a solution for 7.4, but some of our inst
On Wed, 2004-06-09 at 10:43, David F. Skoll wrote:
> On Wed, 9 Jun 2004, Scott Marlowe wrote:
>
> > If you put the application's data into a specific schema, then you can
> > dump just that schema with the -n switch...
>
> Thanks. That's a solution for 7.4, but some of our installed base
> (espe
On Wed, 9 Jun 2004, Scott Marlowe wrote:
> If you put the application's data into a specific schema, then you can
> dump just that schema with the -n switch...
Thanks. That's a solution for 7.4, but some of our installed base
(especially the older ones with large DB's that cause the problem) are
On Wed, 2004-06-09 at 08:09, David F. Skoll wrote:
> Hi,
>
> pg_dump can be used to dump an entire database, or just a single
> table. Is there a way to make a consistent dump of more than one
> table, but less than all of the tables in the database? Doing a bunch
> of single-table pg_dumps isn'
Hi,
pg_dump can be used to dump an entire database, or just a single
table. Is there a way to make a consistent dump of more than one
table, but less than all of the tables in the database? Doing a bunch
of single-table pg_dumps isn't really an option, because some tables
may change during the d