programatic database dump

From: "Tomi NA" <hefest(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: programatic database dump
Date: 2006-03-10 16:18:00
Message-ID: d487eb8e0603100818u4ba33364m68187076f7cf7abc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'd like to dump a postgresql database from my (java) app and copy the dump
file to the client machine.
This backup strategy prooved invalueable in the past (given enough room on
the harddrives, which I have) and I'd like to implement it now with
postgresql.
Is there something like a system stored procedure that does something like
that I can use? Calling pg_dump seems like a bad hack: I'd like to keep
communication at the java<->sql level if possible. I'll probably bare it,
but I'd like to check if I've missed something, first.

TIA,
Tomislav

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reid Thompson 2006-03-10 16:37:43 Re: programatic database dump
Previous Message Karsten Hilbert 2006-03-10 16:16:54 Re: questions?