Re: Restoring just a table or row from a backup copy. - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Restoring just a table or row from a backup copy.
Date
Msg-id 1126899725.30120.45.camel@state.g2switchworks.com
Whole thread Raw
In response to Restoring just a table or row from a backup copy.  (Fernando Lujan <flujan@gmail.com>)
List 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)



pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Partial dates
Next
From: Scott Marlowe
Date:
Subject: Re: Replication