Pg_dump - Mailing list pgsql-admin

From Gourish Singbal
Subject Pg_dump
Date
Msg-id 674d1f8a04122602097b3fa678@mail.gmail.com
Whole thread Raw
Responses Re: Pg_dump  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-admin
1) I want to take a pg_dump of only few tables

/usr/local/pgsql/bin/pg_dump -t [table_name] database_name > file.out

allows me only to take dump of single table. Is there a way to take
dump of more than one specific tables.

2) Does pg_dump allow me to take dump of a table so that only some
records are included in the dump (Some thing like specifying a QUERY
in the pg_dump)


--
Best,
Gourish Singbal

pgsql-admin by date:

Previous
From: lexx@gorodok.net
Date:
Subject: Re: database permissions:how to create read only user for db
Next
From: Bruno Wolff III
Date:
Subject: Re: database permissions:how to create read only user for db