Re: Dumping multiple tables with pg_admin - Mailing list pgsql-admin

From Caesar Kennedy Olima
Subject Re: Dumping multiple tables with pg_admin
Date
Msg-id CAJ3GkWi7fH4Roxtrr2j6Xt-GS3hvwUBwnvcT=iOoHag9r5vpQw@mail.gmail.com
Whole thread Raw
In response to Dumping multiple tables with pg_admin  (koffi BADOH <koff10@hotmail.com>)
Responses Re: Dumping multiple tables with pg_admin: I'm wrong  (koffi BADOH <koff10@hotmail.com>)
List pgsql-admin
Hi Koff,

Do you mean pg_admin or pg_dump, or is it pgAdmin tool you are enquiring about. If you would like to dump selected tables from either a script or from the shell, then with pg_dump you have a -t (--table) option which you can can use to specify the tables you would like to dump or alternatively -T (--exclude-table) to select the table you would like to exclude from a dump. Hope that helps.

Regards,
Caesar

On 3 September 2015 at 16:42, koffi BADOH <koff10@hotmail.com> wrote:

Hi All,

I've just realized that  I can't dump  once  all selected tables  with pg_admin  .  is it true. ? I can't belive.
Does anyone has this issue ?
Of course I know I can dump the whole schema  but that is not the matter.

Thanks for all.
koff




pgsql-admin by date:

Previous
From: koffi BADOH
Date:
Subject: Dumping multiple tables with pg_admin
Next
From: "Porwal, Utkarsh"
Date:
Subject: Re: PostgresDB - Advise on possible data corruption