Re: How does one return rows from plpgsql functions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How does one return rows from plpgsql functions?
Дата
Msg-id 22554.1011469687@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How does one return rows from plpgsql functions?  (Ryan Kirkpatrick <pgsql@rkirkpat.net>)
Ответы Re: How does one return rows from plpgsql functions?  (Ryan Kirkpatrick <pgsql@rkirkpat.net>)
Список pgsql-general
Ryan Kirkpatrick <pgsql@rkirkpat.net> writes:
> I get the field data? I tried "SELECT update_get(1).id;" but that gives a
> syntax error.

Yeah, that's something we ought to allow.  Maybe for 7.3.

> And "SELECT id(update_get(1));" rewards me with a backend
> crash. :(

Works okay for me in current sources.  Time to update ...

            regards, tom lane

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: large file limitation
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: "IS NOT NULL" != "NOT NULL"