pg_dump and table backup - Mailing list pgsql-admin

From Puddle
Subject pg_dump and table backup
Date
Msg-id 20050624212658.63440.qmail@web32815.mail.mud.yahoo.com
Whole thread Raw
List pgsql-admin
I've been reading about how to backup individual
tables with pg_dump.  I noticed the -t, but can you
backup more then one table at a time with that flag?

I have a devel box that gets updated tables pushed to
the production.

So, we're looking to drop x amount of tables and
import that data to the production box.

Would something like :

pg_dump -O -f
$DB_BACKUP_PATH/$BKUP_DAY/PostgreSQL-$BKUP_DATE.sql
--clean -D \
-t table-1 \
-t table-2 \
-U dbuser db

It doesn't seem to like the -t flag.  Any help here
would be appreciated.

Thanks!

-William

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-admin by date:

Previous
From: Radu-Adrian Popescu
Date:
Subject: Re: Instalacion de Postgresql en Linux con Varios procesadores
Next
From: hellz waren
Date:
Subject: real time replication of pgsql database