Restoring just a table or row from a backup copy.

Started by Fernando Lujanover 20 years ago2 messagesgeneral
Jump to latest
#1Fernando Lujan
flujan@gmail.com

Is there a way to do that?

Thanks in advance.

Fernando Lujan

#2Scott Marlowe
smarlowe@g2switchworks.com
In reply to: Fernando Lujan (#1)
Re: Restoring just a table or row from a backup copy.

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)