From: | Markus Schaber <schabi(at)logix-tt(dot)com> |
---|---|
To: | "tommaso(dot)taruffi(at)ricesoft(dot)it" <tommaso(dot)taruffi(at)ricesoft(dot)it> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Backup with Java |
Date: | 2006-11-27 16:03:26 |
Message-ID: | 456B0C4E.5070405@logix-tt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi, tomaso,
tommaso(dot)taruffi(at)ricesoft(dot)it wrote:
> 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.
If you want to make a complete, generic backup procedure, you'll have to
extract the necessary knowledge from the source of pg_dump / pg_dumpall.
AFAICT, there's no other place where this knowledge is documented.
In case something application-specific is enough, it's best to use a
domain specific data format for output.
HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org
From | Date | Subject | |
---|---|---|---|
Next Message | imad | 2006-11-27 18:20:17 | Re: Backup with Java |
Previous Message | Csaba Nagy | 2006-11-27 15:38:07 | Re: Postgres Server collapse |