Re: Problem performing a restore of a data schema in Windows

From: Shridhar Daithankar <ghodechhap(at)ghodechhap(dot)net>
To: Shaun Clements <ShaunC(at)relyant(dot)co(dot)za>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem performing a restore of a data schema in Windows
Date: 2005-02-07 13:32:52
Message-ID: 200502071902.53087.ghodechhap@ghodechhap.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 07 Feb 2005 6:52 pm, Shaun Clements wrote:
> Im having a problem restoring a data schema on Postgres 8.01 for Windows.
> Im using the following command
> psql -U username -d db1 > filename.dmp

Shouldn't that be
psql -U username -d db1 < filename.dmp

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shaun Clements 2005-02-07 13:35:49 Re: Problem performing a restore of a data schema in Wi
Previous Message Shaun Clements 2005-02-07 13:22:15 Problem performing a restore of a data schema in Windows