how to execute a function directly

Поиск
Список
Период
Сортировка
От Paul Tilles
Тема how to execute a function directly
Дата
Msg-id 40E2BA4D.18C25CC0@noaa.gov
обсуждение исходный текст
Ответы Re: how to execute a function directly  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-interfaces
Is there any way to execute a postgresql function directly?  In
Informix, there is an

EXECUTE PROCEDURE proc_name();

statement which will execute a Stored Procedure directly.

In postgresql, I can

SELECT  function_name();

or

DELETE fucntion_name();

both of which will cause the function to be executed.

I was wondering if there is a more generic way to cause a function to be
executed.

Paul Tilles



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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Embedded SQL timestamp Question (ECPG)
Следующее
От: "apellido jr., wilfredo p."
Дата:
Сообщение: help !!!