Re: pg_restore does not restore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ruben <ruben20(at)superguai(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_restore does not restore
Date: 2004-10-25 23:45:12
Message-ID: 2320.1098747912@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ruben <ruben20(at)superguai(dot)com> writes:
> I'm trying to dump tableA and restore it to tableB:

pg_dump does not do that. The -t switch is for selecting one table
among several, not for renaming anything.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2004-10-26 00:13:45 PostgreSQL 8.0.0 Beta 4 Now Available
Previous Message Tom Lane 2004-10-25 23:15:41 Re: process hang during drop schema