pl/pgsql FOR LOOP with function

Поиск
Список
Период
Сортировка
От David Legault
Тема pl/pgsql FOR LOOP with function
Дата
Msg-id e0b20d410703101113s6993205eo97ccb8b2fe05285b@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hello,

How can I return the contents of the row object without knowing the names of the parameters in it ? I'd like to do something like row[1] or something similar. Or is there a way to actually get the values knowing the return type but not the name?

FOR row IN SELECT * FROM getgroups(usr) LOOP
   
        .. snip ..

END LOOP;

when

FUNCTION getgroups(usr name) RETURNS SETOF name AS

Thanks

David

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

Предыдущее
От: "David Legault"
Дата:
Сообщение: Re: HIPPA (was Re: Anyone know ...)
Следующее
От: "CAJ CAJ"
Дата:
Сообщение: Upgrading Postgres large databases with blobs