Re: Backup with Java - Mailing list pgsql-jdbc

From Patric Bechtel
Subject Re: Backup with Java
Date
Msg-id 456ED08E.1030101@ipcon.de
Whole thread Raw
In response to Re: Backup with Java  (Marc Herbert <Marc.Herbert@continuent.com>)
Responses Re: Backup with Java
List pgsql-jdbc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Marc,

Marc Herbert schrieb am 30.11.2006 12:03:
> Dave Cramer <pg@fastcrypt.com> writes:
>
>> I'd strongly suggest you exec pg_dump from the command line using
>> System.exec and connect to the remote database. This is certainly re-
>> inventing a non-trivial wheel.
>
> We have implemented this, with a couple of additional checks
>
>
<https://forge.continuent.org/plugins/scmcvs/cvsweb.php/sequoia/src/org/continuent/sequoia/controller/backup/?cvsroot=sequoia>
>
> This code is generic, designed to support not only PostgreSQL.
>
> We could try to externalize it into an independent project if a
> significant number of people are interested and... provided it's not
> too hard to detach it from sequoia (no promise here).
>
> We also interested by alternatives approaches.

I'm following the discussion for quite a while already... very
interesting topic.
But I just checked the link above, and it's still native. It's just a
wrapper around pg_dump and even psql for single SQL statements...

- --
Mit freundlichen Gruessen / Regards
Patric Bechtel, IPCON Informationssysteme OHG
Kontakt: http://www.ipcon.de/kontakt.php
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: GnuPT 2.5.2

iD8DBQFFbtCOfGgGu8y7ypARAm4lAKDT1uKP5Md4E2dyOENZ6IEG2TJugQCg5vzp
+Qnr7dpMsQffBbNp7Q8dQ4g=
=nV7z
-----END PGP SIGNATURE-----

pgsql-jdbc by date:

Previous
From: Marc Herbert
Date:
Subject: Re: Backup with Java
Next
From: Dave Cramer
Date:
Subject: Re: Backup with Java