From: | Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar> |
---|---|
To: | wei(dot)liang(at)eudoramail(dot)com |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: (No Subject) |
Date: | 2004-06-11 14:02:35 |
Message-ID: | 1086962554.32629.2.camel@taz.oficina |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
I remember reading somewhere that it was possible to execute system
commands from plperl... don't know if it's the best way, but you could
do an exec of pg_dump from inside a plperl procedure.
On Fri, 2004-06-11 at 01:36, William Anthony Lim wrote:
> is it possible to dump within procedural language/SQL syntax? Using pg_dump from console is very confusing for some end user who don't have Linux skills. so I decide to create a function to do that, and they may call it from my application.
>
> Thanks
>
> William
>
>
> Need a new email address that people can remember
> Check out the new EudoraMail at
> http://www.eudoramail.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Knipper | 2004-06-11 14:23:22 | pg_dump inside function (was: Re: (No Subject)) |
Previous Message | Benoît BOURNON | 2004-06-11 08:16:49 | Re: search and replace |