Re: Backup with Java - Mailing list pgsql-jdbc

From Marc Herbert
Subject Re: Backup with Java
Date
Msg-id khjvekx3p7l.fsf@continuent.com
Whole thread Raw
In response to Backup with Java  ("tommaso.taruffi@ricesoft.it" <tommaso.taruffi@ricesoft.it>)
Responses Re: Backup with Java
List pgsql-jdbc
Patric Bechtel <bechtel@ipcon.de> writes:

> 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
>>
>> We also interested by alternatives approaches.


> But I just checked the link above, and it's still native.

Yes, that's why I tried to say by quoting.

Sorry if you misunderstood it; I probably should have removed the
"reinventing" sentence.


By the way a (the?) major issue with programming against pg_dump is
that it may prompt for a password in an unpredictable way. There is no
--never-prompt-but-IMMEDIATLY-fail-instead option.


pgsql-jdbc by date:

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