pg_dump: Exclude multiple tables in version 7.4

From: cha <chandresh(dot)rana(at)metrixline(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: pg_dump: Exclude multiple tables in version 7.4
Date: 2007-06-19 05:41:32
Message-ID: 11188792.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


Hi All,

I want to dump the database by using pg_dump command but the problem is the
version at the server is 7.4 which doesn't support the provision for
excluding tables as in version 8.2.

There are 500+ tables in the database,from which 15-20 are of huge sizes.I
want to exclude them.Is there any way to do it?

I knw that I have to use include instead of excluding the tables.Do I have
to include each and every tables manually or is there way to do that?

Do i have to write the script for this? if yes, how should I proceed?

Please help me out with this issue.

Thanks in Advance.

Cheers,
Cha
--
View this message in context: http://www.nabble.com/pg_dump%3A-Exclude-multiple-tables-in-version-7.4-tf3944401.html#a11188792
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Marcin Zajączkowski 2007-06-19 06:10:14 pgadmin 1.6.3 - segmentation fault
Previous Message Guillaume Lelarge 2007-06-18 21:53:13 Re: pg_dump: ALTER SEQUENCE ... OWNED in 8.1