help with a function

Поиск
Список
Период
Сортировка
От Clayton Cottingham aka drfrog
Тема help with a function
Дата
Msg-id 200106030037.f530b7c00990@smartt.com
обсуждение исходный текст
Ответ на Re: trying to summarize into a new table by time...  (Alex Pilosov <alex@pilosoft.com>)
Ответы Re: help with a function  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
consider this function:

CREATE FUNCTION "test" (integer) RETURNS text AS 'return "select * from testt
limit $_[o];";' LANGUAGE 'plperl';


how would i get it to just run the query instead of just return it as text
using plperl?





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

Предыдущее
От: David BOURIAUD
Дата:
Сообщение: Re: How to use the type int2vector ?
Следующее
От: "Jeff Barrett"
Дата:
Сообщение: seleting all dates between two dates