Re: pg_dump - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: pg_dump
Date
Msg-id 421BC4B0.2030802@dunslane.net
Whole thread Raw
In response to pg_dump  (Jamie Deppeler <jamie@doitonce.net.au>)
List pgsql-hackers-win32

Jamie Deppeler wrote:

> is there a way i can execute a dump inside postgresql rather than
> executing an file such as pg_dump or pg_dumpall as i plan to have my
> application trigger the backup
>
>

The only way I can think of is to write a function in an untrusted
language (C, plperlu, etc) to kick off the dump. Be careful you don't
hang the postgres process when doing so unless that's what you really
want (so a call to system() is probably not the way to do it).

cheers

andrew

pgsql-hackers-win32 by date:

Previous
From: Jamie Deppeler
Date:
Subject: pg_dump
Next
From: Andreas Pflug
Date:
Subject: Slony under win32