Re: Backup and restore through JDBC

Поиск
Список
Период
Сортировка
От Marlon Petry
Тема Re: Backup and restore through JDBC
Дата
Msg-id 917b114a0609290510r5a66ff6fk5961cfa60a3e9bbf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Backup and restore through JDBC  ("Albe Laurenz" <all@adv.magwien.gv.at>)
Ответы Re: Backup and restore through JDBC  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers

The idea is to make one pg_dump of the server and to keep in the machine of client.
And to restore this pg_dump when it will be necessary through the machine of the client.
Perhaps I will have that to use some store procedure in the server, I do not know


regards
Marlon



2006/9/29, Albe Laurenz < all@adv.magwien.gv.at>:
Marlon Petry wrote:
> I am trying to develop, a API to carry through backup and
> restore through JDBC.
> I think that the best form is to use JNI.
> Some Suggestion?

Do you mean 'backup' or 'export/dump'?
If you mean 'export', do you need anything besides SQL?
If you mean 'backup', how do you want to restore from
a client machine when there is no server running?
And if you're on the server, why would you want to use Java?

Yours,
Laurenz Albe



--
Marlon

"A busca infinita à felicidade nos priva de vivê-la a cada dia..." (Elba Lucas)

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Block B-Tree concept
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Backup and restore through JDBC