Re: calling a plpgsql procedure

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: calling a plpgsql procedure
Дата
Msg-id 20020624172606.W61359-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на calling a plpgsql procedure  (s <smarie@ekno.com>)
Список pgsql-general
On Mon, 24 Jun 2002, s wrote:

> Sorry to post such a stupid question.  I have read the "create
> function" documentation and searched old mailing lists, but I can't
> seem to find an example of how to call a plpgsql procedure that isn't
> associated with a trigger.

In general the easiest way is to use it in a select:
select func(args);
(assuming your function isn't defined to return opaque)





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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Astonishing explain...!
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Proxy Server ...