Re: Invoke diff from plpgsql? - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: Invoke diff from plpgsql?
Date
Msg-id 9cf6bb24ffe50f0a5fa81bd8b9525721@biglumber.com
Whole thread Raw
In response to Invoke diff from plpgsql?  (Matthew Peter <survivedsushi@yahoo.com>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> Wondering how to invoke a application like diff from plpgsql? Thanks!

Pl/Pgsql cannot execute system commands. For that, you will need one
of the other Pl languages, running in "untrusted" mode. Here are
some from the manual:

http://www.postgresql.org/docs/current/static/pltcl.html
http://www.postgresql.org/docs/current/static/plperl.html
http://www.postgresql.org/docs/current/static/plpython.html

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200605262300
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iD8DBQFEd8DMvJuQZxSWSsgRAo5qAJwNa+Nvxy8b094l1pYEyUVKB89vHwCgywXO
7mpUYWPeQ0q8qXpM/f/8g2s=
=0Evq
-----END PGP SIGNATURE-----



pgsql-general by date:

Previous
From: Matthew Peter
Date:
Subject: Invoke diff from plpgsql?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Invoke diff from plpgsql?