Re: Backup and restore through JDBC

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Backup and restore through JDBC
Дата
Msg-id 451D17B1.5040001@dunslane.net
обсуждение исходный текст
Ответ на Re: Backup and restore through JDBC  ("Marlon Petry" <marlonpetry@gmail.com>)
Ответы Re: Backup and restore through JDBC  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers
Marlon Petry wrote:
>
>
>     pg_dump and pg_restore do not need to run on the server machine.
>     Why not
>     just run them where you want the dump stored?
>
>
>
>
> But I would need to have installed pg_dump and pg_restore in machine 
> client?
> Without having installed pg_dump and pg_restore,how I could make
>
>


You can't. pg_dump in particular embodies an enormous amount of 
knowledge that simply does not exist elsewhere. There is no dump/restore 
API, and there is nothing you can hook up to using JNI, AFAIK.

cheers

andrew



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

Предыдущее
От: "Marlon Petry"
Дата:
Сообщение: Re: Backup and restore through JDBC
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Block B-Tree concept