What's the equivalent in PL/pgSQL

Поиск
Список
Период
Сортировка
От KÖPFERL Robert
Тема What's the equivalent in PL/pgSQL
Дата
Msg-id ED4E30DD9C43D5118DFB00508BBBA76EB16591@neptun.sonorys.at
обсуждение исходный текст
Ответы Re: What's the equivalent in PL/pgSQL  (Sean Davis <sdavis2@mail.nih.gov>)
Список pgsql-sql
Hi,
I'm trying to find an equivalent plpgsql function as this:

func x returns SETOF "Tablename" AS
'
Select * from "Tablename";
' language sql


How is this accomplished with plpgsql while not using a loop or a second and
third temporal table?


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

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Constraint on 2 column possible?
Следующее
От: Wilton
Дата:
Сообщение: Re: Complete instruction in a trigger