Re: pgdump - Mailing list pgsql-hackers

From Enrico
Subject Re: pgdump
Date
Msg-id 41E7D539.8030200@linuxtime.it
Whole thread Raw
In response to pgdump  (Enrico <scotty@linuxtime.it>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Enrico
Date:
Subject: Re: pgdump
Next
From: Brendan Jurd
Date:
Subject: Time span conversion function