Re: dumping strategy - Mailing list pgsql-general

From Gerald Gutierrez
Subject Re: dumping strategy
Date
Msg-id 5.1.0.14.0.20010531101426.00a80da0@coldresist.com
Whole thread Raw
In response to Re: dumping strategy  (newsreader@mediaone.net)
List pgsql-general
> > 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.

So you do

for i in thistable thattable t1 t2 whatevername; do ...

Unless tables are dynamically created and their names cannot be statically
known, I don't see any problems.


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: table inheritance
Next
From: Luis Magaña
Date:
Subject: pg_dump & pg_dumpall problem.