Re: dumping strategy

From: newsreader(at)mediaone(dot)net
To: pgsql-general(at)postgresql(dot)org
Subject: Re: dumping strategy
Date: 2001-05-31 12:07:00
Message-ID: 20010531080700.A16540@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 31, 2001 at 11:49:48AM +0100, Richard Huxton wrote:
> From: <newsreader(at)mediaone(dot)net>
>
>
> for i in t1 t2 t3; do pg_dump -t$i mydb > $i.tbl; done

This is very nice _if_ I had _really_ named
my tables like that.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Renaud Thonnart 2001-05-31 14:01:02 table inheritance
Previous Message Richard Huxton 2001-05-31 10:49:48 Re: dumping strategy