Re: returning a record from a function?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: returning a record from a function?
Дата
Msg-id 15038.1014608996@sss.pgh.pa.us
обсуждение исходный текст
Ответ на returning a record from a function?  ("Jon Obuchowski" <jon_obuchowski@terc.edu>)
Список pgsql-sql
"Jon Obuchowski" <jon_obuchowski@terc.edu> writes:
> Any help with this is appreciated; if I am simply overlooking relevant
> documentation I'd appreciate being pointed towards the relevant page.

This is discussed under the not-too-obvious heading of "composite types"
at
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/xfunc-sql.html

The short answer is that your function is fine, it's what to do with
the result that's problematic at the moment.
        regards, tom lane


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

Предыдущее
От: "Jon Obuchowski"
Дата:
Сообщение: returning a record from a function?
Следующее
От: "Dan Langille"
Дата:
Сообщение: processing faster with plpgsql by passing in more data