Re: how to call a TCL function from within a plpgsql trigger?

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Re: how to call a TCL function from within a plpgsql trigger?
Дата
Msg-id 3F55A1E6.2070702@tpchd.org
обсуждение исходный текст
Ответ на how to call a TCL function from within a plpgsql trigger?  (Josué Maldonado <josue@lamundial.hn>)
Ответы Re: how to call a TCL function from within a plpgsql trigger?  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-general
A tcl function is just like any other, you can call it from within a
plpgsql trigger function  in the same way you would call a built-in, or
any other function.  Having said that, I am not sure what the exact
plpgsql options are besides "SELECT myfunction(' 'foo' ', ' 'bar' ')
...." and don't know syntax for storing the returned value in a
variable.  I'm a one-trick pony.

Josué Maldonado wrote:

> Hi list,
>
> That's the question, anyone knows a way to do that?
>
> Thanks in advance,
>
> Josue Maldonado.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if
> your
>      joining column's datatypes do not match




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

Предыдущее
От: Donald Formiga Leite Junior
Дата:
Сообщение: Inquiry From Form [pgsql]
Следующее
От: Ian Harding
Дата:
Сообщение: Re: Access to an element of array NEW in TCL