View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 09:57 AM
Greg Sabino Mullane
 
Posts: n/a
Default Re: Invoke diff from plpgsql?


-----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/curre...tic/pltcl.html
http://www.postgresql.org/docs/curre...ic/plperl.html
http://www.postgresql.org/docs/curre.../plpython.html

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

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

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



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote