Re: pl/pgsql and arrays[]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pl/pgsql and arrays[]
Дата
Msg-id 28437.1323101461@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pl/pgsql and arrays[]  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: pl/pgsql and arrays[]  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Pavel Stehule <pavel.stehule@gmail.com> writes:
> return next in function that returns composite type needs a composite
> variable. Other cases are not supported there.

Plain "return" has the same limitation, but this really ought to be
fixed sometime.  Composite types have been getting closer and closer
to first-class status since plpgsql was written.

            regards, tom lane

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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: pg_standby: How to check in which state the server is currently?
Следующее
От: "Francisco Figueiredo Jr."
Дата:
Сообщение: Re: What's the best way in Postgres9 to store a bunch of arbitrary boolean values for a row?