Re: how to dump all tables with pg_dump ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: how to dump all tables with pg_dump ?
Date: 2003-07-31 14:14:59
Message-ID: 1275.1059660899@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> I'm confused with pg_dump -t '*', it doesn't works as expected
> from pg_dump --help:

> -t, --table=TABLE dump this table only (* for all)

The help is mistaken --- that is not a working feature. Leave out the
-t if you want all tables.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-31 14:26:42 Re: autocommit in 7.4
Previous Message Tom Lane 2003-07-31 14:14:09 Re: pkglibdir versus libdir?