Re: Backup with Java - Mailing list pgsql-jdbc

From tom12167
Subject Re: Backup with Java
Date
Msg-id 456E15EE.2010604@web.de
Whole thread Raw
In response to Re: Backup with Java  (Jim Nasby <decibel@decibel.org>)
Responses Re: Backup with Java
List pgsql-jdbc
I would also like to use such a backup function by JDBC (for backing up
only one named database)

tom

Jim Nasby schrieb:
> On Nov 27, 2006, at 12:20 PM, imad wrote:
>
>> 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.
>
> BTW, if you're going to go to that much trouble, you should ask on
> -hackers about putting some of the pg_dump functionality into
> functions, since this isn't the first time people have asked for a
> non-pg_dump backup solution. It would make sense to abstract things
> that were reasonable out of pg_dump and into the database itself if
> there's really that much demand for this.
>
> Another option would be providing some means to call pg_dump(all) from
> a database connection.
> --
> Jim Nasby                                            jim@nasby.net
> EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>



pgsql-jdbc by date:

Previous
From: "Alexys Lozada Casallas"
Date:
Subject: Re: JDBC3 en applet
Next
From: Dave Cramer
Date:
Subject: Re: Backup with Java