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

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Problem performing a restore of a data schema in Windows
Дата
Msg-id 200502071902.53087.ghodechhap@ghodechhap.net
обсуждение исходный текст
Ответ на Problem performing a restore of a data schema in Windows  (Shaun Clements <ShaunC@relyant.co.za>)
Список 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 по дате отправления:

Предыдущее
От: Shaun Clements
Дата:
Сообщение: Problem performing a restore of a data schema in Windows
Следующее
От: Shaun Clements
Дата:
Сообщение: Re: Problem performing a restore of a data schema in Wi