Re: Backup and restore through JDBC

From: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>
To: "Marlon Petry *EXTERN*" <marlonpetry(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backup and restore through JDBC
Date: 2006-09-29 07:11:38
Message-ID: 52EF20B2E3209443BC37736D00C3C1380A98E582@EXADV1.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-09-29 07:29:53 Re: JAVA Support
Previous Message Joshua D. Drake 2006-09-29 05:17:02 Re: JAVA Support