Re: Backup with Java - Mailing list pgsql-jdbc

From imad
Subject Re: Backup with Java
Date
Msg-id 1f30b80c0611271020p6045f190sc73d690314bfbee8@mail.gmail.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
Read and understand the file 'src/bin/pg_dump/pg_dump.c' in the postgresql
core server code base. This is the only solution of your problem, you are going
to rewrite all the C code in JAVA.

--Imad
www.EnterpriseDB.com


On 11/27/06, tommaso.taruffi@ricesoft.it <tommaso.taruffi@ricesoft.it> wrote:
> Hello,
> I have a question about how I can make a database backup
> with Java. I have made a class Connection.java that connect
> my application with Postgresql Database. I would make a
> function in this class for backup the state of the database.
> Anyone can help me?
>
> Thanks!
> Dr. Tommaso Taruffi
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
>                 http://www.postgresql.org/about/donate
>

pgsql-jdbc by date:

Previous
From: Markus Schaber
Date:
Subject: Re: Backup with Java
Next
From: imad
Date:
Subject: Re: Postgres Server collapse