Re: How return a row from a function so it is recognized as such by caller?

Поиск
Список
Период
Сортировка
От Kenneth Tilton
Тема Re: How return a row from a function so it is recognized as such by caller?
Дата
Msg-id CAECCA8aSMyEJbRWe8RF3dPWseceYBHpSj2XKdvfxP_eeGgb=0A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How return a row from a function so it is recognized as such by caller?  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general


On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <ktilton@mcna.net> wrote:
> Well then I have the other error. With this code:
>
>    execute 'select ' || NEW.warn_time_init || '($1)' into bpa using NEW;

try this:
select * from now_plus_30(NEW) into bpa;

Yer a genius. Thx!

-kt

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How return a row from a function so it is recognized as such by caller?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Limit the normal user to see system catalog or not??? And create privilege???