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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.
Следующее
От: Alexandra Roy
Дата:
Сообщение: Re: PostgreSQL 8.3.8 on AIX5.3 : compilation failed