Execute a query passed by parameters to a function

Поиск
Список
Период
Сортировка
От Yadira Lizama Mue
Тема Execute a query passed by parameters to a function
Дата
Msg-id 193884470.266071257781994920.JavaMail.root@ucimail3.uci.cu
обсуждение исходный текст
Ответы Re: Execute a query passed by parameters to a function
Список pgsql-general
Hi,
I have a function which receive a parameters as text. This text is a query. I want to execute this query, but I don't
knowhow. Can any one help me? 
Regards,
Yadira


CREATE OR REPLACE FUNCTION myfunction(text)
  RETURNS void AS
$BODY$
--I want execute the text I pass by parameters as a query.
$BODY$
 LANGUAGE 'sql' VOLATILE

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