Re: pg_dump schma while excluding specific table

From: Ioana Danes <ioanasoftware(at)yahoo(dot)ca>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Cc: Tony Capobianco <tcapobianco(at)prospectiv(dot)com>
Subject: Re: pg_dump schma while excluding specific table
Date: 2011-11-03 19:56:49
Message-ID: 1320350209.52590.YahooMailNeo@web120118.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> pg_dump newdb > /DUMPDIR/newdb.dmp -n dev -T corgi -w -v -F c 2>
> /DUMPDIR/newdb.log
>

Try: -T dev.corgi  instead of -T corgi

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2011-11-03 20:03:12 Re: Strange problem with create table as select * from table;
Previous Message Tony Capobianco 2011-11-03 19:54:35 Re: pg_dump schma while excluding specific table