Re: Restoring just a table or row from a backup copy.

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: flujan(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Restoring just a table or row from a backup copy.
Date: 2005-09-16 19:42:05
Message-ID: 1126899725.30120.45.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2005-09-16 at 14:13, Fernando Lujan wrote:
> Is there a way to do that?

pg_dumpall --help

pg_restore restores a PostgreSQL database from an archive created by
pg_dump.

Usage:
pg_restore [OPTION]... [FILE]

(SNIP)

-t, --table=NAME restore named table

(SNIP)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Seberg 2005-09-16 20:24:25 Duplicate Values or Not?!
Previous Message Scott Marlowe 2005-09-16 19:40:32 Re: Replication