Re: functions, shell script

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: functions, shell script
Дата
Msg-id 4.2.0.58.20011106085942.00a7cca0@pop.freesurf.fr
обсуждение исходный текст
Ответ на functions, shell script  ("Kenneth Skiles" <ka.skiles@verizon.net>)
Список pgsql-general
>Can anyone give me an example of postgresql function that will execute a
>shell script?
>I will call the function from a postgresql trigger.

You need to create an untrusted language which I never did until now.
For example, plpgsql functions are trusted, i.e. they cannot access the
file system.

I would be interested in knowing how to do it.
Maybe it is possible with plperl or pltcl.

Best regards,
Jean-Michel POURE


В списке pgsql-general по дате отправления:

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Referring a table in another database
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Use of Serial Datatype and Sequence Issue