Re: Restore & Backup using Batch file

Поиск
Список
Период
Сортировка
От parthdesai
Тема Re: Restore & Backup using Batch file
Дата
Msg-id 1421830738989-5834860.post@n5.nabble.com
обсуждение исходный текст
Ответ на Restore & Backup using Batch file  (parthdesai <parthdesai724@gmail.com>)
Список pgadmin-support
"C:\Program Files\PostgreSQL\9.3\bin\pg_dump.exe" -i -h localhost -p 5432 -U
postgres -F c -b -v -f "D:\GROVEL.backup" GROVEL
pause
-----Restore

"C:\Program Files\PostgreSQL\9.3\bin\pg_restore.exe"-i -h localhost -p 5432
-U postgres -d Test1 -W -v "D:\GROVEL.backup"
pause



--
View this message in context: http://postgresql.nabble.com/Restore-Backup-using-Batch-file-tp5834848p5834860.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.



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

Предыдущее
От: parthdesai
Дата:
Сообщение: Restore & Backup using Batch file
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Restore & Backup using Batch file