Re: Using a Storedprocedure as a View

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Using a Storedprocedure as a View
Дата
Msg-id 200403091851.08208.peter_e@gmx.net
обсуждение исходный текст
Ответ на Using a Storedprocedure as a View  ("Alexander Hachmann" <public@thesofa.de>)
Список pgsql-general
Alexander Hachmann wrote:
> I need to create a Procedure that returns the same data as a view
> does except, that the the
> data was filtered by a parameter.
> I want to execute a procedure with a parameter and get back a 'view'.

It is possible to create a function that returns multiple rows, but the
interface is different depending on the language used to implement the
function.  Read up on "table functions" in the documentation.


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Using a Storedprocedure as a View
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Using a Storedprocedure as a View