On Fri, Jun 03, 2005 at 20:56:44 +0200,
Gevik babakhani <gevik(at)xs4all(dot)nl> wrote:
> Dear people,
>
>
>
> Does anyone know how to execute an OS command from pgsql. I would like to
> create a trigger that op on firing would run/execute an external program.
>
> Does such functionality exist or do I have to write my own trigger function
> in C.
You would have to write your own trigger, though you could use other languages
than C (e.g. untrusted perl).
Another option is to communicate with an external program using notify.
In response to
pgsql-hackers by date
| Next: | From: Jonah H. Harris | Date: 2005-06-03 19:58:06 |
| Subject: Re: PostgreSQL Developer Network |
| Previous: | From: Bruno Wolff III | Date: 2005-06-03 19:24:51 |
| Subject: Re: O_DIRECT for WAL writes |