how to dump all tables with pg_dump ? - Mailing list pgsql-hackers

From Oleg Bartunov
Subject how to dump all tables with pg_dump ?
Date
Msg-id Pine.GSO.4.56.0307311255540.16337@ra.sai.msu.su
Whole thread Raw
Responses Re: how to dump all tables with pg_dump ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi there,

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)

I tried any combinations  but never succeeded.
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pkglibdir versus libdir?
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] [PATCH] Re: [pgsql-advocacy] Why READ ONLY transactions?