From: | Puddle <rotaecho(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | pg_dump and table backup |
Date: | 2005-06-24 21:26:58 |
Message-ID: | 20050624212658.63440.qmail@web32815.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Alberto | 2005-06-25 03:02:40 | pg_dump -Fc does not dump indexes |
Previous Message | Radu-Adrian Popescu | 2005-06-24 17:10:04 | Re: Instalacion de Postgresql en Linux con Varios procesadores |