pg_dump of only range of tables

From: Robert James <srobertjames(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: pg_dump of only range of tables
Date: 2013-10-28 21:27:54
Message-ID: CAGYyBggPBR0eFiJ2k9Aw9bC5kwRFciXLkb6KJS+q9v-Grg_8bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any way to do a pg_dump (or equivalent) of only part of a
table? Say I want to send data to someone for only part of the table
(expressable with a WHERE clause).

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2013-10-28 21:30:58 Re: pg_dump of only range of tables
Previous Message Perry Smith 2013-10-28 21:27:53 Re: Cursor Example Needed