Re: dumping strategy

From: newsreader(at)mediaone(dot)net
To: pgsql-general(at)postgresql(dot)org
Subject: Re: dumping strategy
Date: 2001-05-30 19:19:39
Message-ID: 20010530151939.A12164@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 30, 2001 at 02:59:16PM -0400, Mitch Vincent wrote:
> Why wouldn't pg_dump work? You can do pg_dump -t <tablename> <databasename>
> to dump just a single table.... If pg_dump fails for some reason, I'd say
> the developers would like to know as I'm sure it's not supposed to :-)
>
> Good luck!
>
> -Mitch
> >

Sorry for the confusion.

pg_dump works but I have to write
a shell script to dump each individual tables.

What I meant by it does not work is like this

pg_dump -t table1 table2 table3 database |bzip2 > database.du

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Barnard 2001-05-30 19:49:20 Re: [SQL] Difficult SQL Statement
Previous Message Mitch Vincent 2001-05-30 18:59:16 Re: dumping strategy