Re: Newbie question: returning rowtypes from a plpgsql function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Newbie question: returning rowtypes from a plpgsql function
Дата
Msg-id 956.1101873491@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Newbie question: returning rowtypes from a plpgsql function  (Larry White <ljw1001@gmail.com>)
Ответы Re: Newbie question: returning rowtypes from a plpgsql function  (Larry White <ljw1001@gmail.com>)
Список pgsql-general
Larry White <ljw1001@gmail.com> writes:
> I wrote a function that returns a rowtype.  The rowtype is assigned a
> value by a query using SELECT INTO.  The query sometimes will return
> no rows.  When it does, the function's return value is a row with no
> values.

> I would have expected it to return 0 rows, like the query itself.

How exactly would SELECT INTO return 0 rows?  Perhaps the target
variables vanish into a black hole?

            regards, tom lane

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

Предыдущее
От: OpenMacNews
Дата:
Сообщение: createlang fails w/ 'undef ref to _SPI_restore_connection' on 8b5 on OSX 10.3.6
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using default tablespace for database?