Re: pgdump

From: Enrico <scotty(at)linuxtime(dot)it>
To: Sviluppatori Postgresql <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgdump
Date: 2005-01-14 14:20:41
Message-ID: 41E7D539.8030200@linuxtime.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • pgdump at 2005-01-14 10:45:43 from Enrico

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2005-01-14 14:26:24 Time span conversion function
Previous Message Enrico 2005-01-14 13:54:51 Re: pgdump