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

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Problem performing a restore of a data schema in Windows
Дата
Msg-id 8A5D3597-7913-11D9-AA7C-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на Problem performing a restore of a data schema in Windows  (Shaun Clements <ShaunC@relyant.co.za>)
Список pgsql-general
On Feb 7, 2005, at 8:22 AM, Shaun Clements wrote:

> psql -U username -d db1 > filename.dmp

Try

psql.exe -U username -d db1 -f filename.dmp

If it does not work, paste the output from the terminal so we can see
what error you have. Are you sure filename.dmp is a plain text dump? If
not, you need to use pg_restore instead of psql.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


В списке pgsql-general по дате отправления:

Предыдущее
От: Konference
Дата:
Сообщение: PostgreSQL, exception and PHP
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Is there a peer-to-peer server solution with PG?