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