yo mero wrote:

you can use this in  BASH:


for a in table1 table2 tableN do echo $a pg_dump -t $a dbname > $a.sql done


works fine


leonel


Yes I wrote that, but I wanted to know if is possible to do that without a bash script,

Regards Enrico

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
     subscribe-nomail command to [EMAIL PROTECTED] so that your
     message can get through to the mailing list cleanly

Reply via email to