Re: dumping tables in non-public schemas..

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Masaru Sugawara <rk73(at)sea(dot)plala(dot)or(dot)jp>
Cc: "Rajesh Kumar Mallah(dot)" <mallah(at)trade-india(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: dumping tables in non-public schemas..
Date: 2002-12-20 17:41:52
Message-ID: 200212201741.gBKHfqA17268@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Masaru Sugawara wrote:
> On Fri, 20 Dec 2002 12:00:47 +0530
> "Rajesh Kumar Mallah." <mallah(at)trade-india(dot)com> wrote:
>
> > How do we dump a particular schema qualified table using pg_dump?
> > pg_dump -t shema.tablename database_name
> >
> > does not seems to work
> >
>
>
> In the present, there seems to be no way to do. Pg_dump will come
> to output tables every schema in the future version(7.3.x or later),
> I guess.
>
> I also expect that pg_dump/pg_dumpall will have a syntax like:
>
> pg_dump -t schema.* database_name

Yes, it is on the TODO list.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Pilcher 2002-12-21 00:05:35 ident authentication not working over loopback adapter
Previous Message Masaru Sugawara 2002-12-20 14:29:00 Re: dumping tables in non-public schemas..

Browse pgsql-general by date

  From Date Subject
Next Message Manfred Koizar 2002-12-20 18:14:45 Re: IN or EXISTS?? faster one
Previous Message Scott Lamb 2002-12-20 16:51:54 Re: IN or EXISTS?? faster one