Re: Problem performing a restore of a data schema in Windows - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Problem performing a restore of a data schema in Windows
Date
Msg-id 200502071902.53087.ghodechhap@ghodechhap.net
Whole thread Raw
In response to Problem performing a restore of a data schema in Windows  (Shaun Clements <ShaunC@relyant.co.za>)
List 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

pgsql-general by date:

Previous
From: Shaun Clements
Date:
Subject: Problem performing a restore of a data schema in Windows
Next
From: Shaun Clements
Date:
Subject: Re: Problem performing a restore of a data schema in Wi