Re: Postgres backup

From: "Damian C" <jamianb(at)gmail(dot)com>
To: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, pd <petedawn(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres backup
Date: 2006-10-02 20:08:35
Message-ID: 2bbc8f530610021308t53944ec0v81e95689a637c63d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/3/06, Martijn van Oosterhout <kleptog(at)svana(dot)org> wrote:
> On Sun, Oct 01, 2006 at 09:20:12PM -0700, pd wrote:
> > guys,
> >
> > i have a java web app with a postgres backend. now i want to implement
> > a db database functionality from within my web app. now i have got
> > this so far,
> >
> > String[] args = {"\"C:\\Program
> > Files\\PostgreSQL\\8.1\\bin\\pg_dump\"", " -i", " -h", " localhost", "
> > -p", " 5432", " -U", " postgres", " -F", " t", " -b", " -v", " -f", "
> > \"C:\\Test.backup\"", " TESTDB"};
>

> Secondly, work out where your STDERR is going, because any error
> messages from pg_dump will have gone there...

For some useful info on draining STDERR (and seeing error codes etc)
from with java see
http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
-Damian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Madison Kelly 2006-10-02 20:17:33 Determining size of a database before dumping
Previous Message Jeff Davis 2006-10-02 18:58:23 Re: Performance and Generic Config after install