Re: Invoke diff from plpgsql?

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Invoke diff from plpgsql?
Дата
Msg-id 9cf6bb24ffe50f0a5fa81bd8b9525721@biglumber.com
обсуждение исходный текст
Ответ на Invoke diff from plpgsql?  (Matthew Peter <survivedsushi@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Matthew Peter
Дата:
Сообщение: Invoke diff from plpgsql?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Invoke diff from plpgsql?