Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <mmoncure@xxxxxxxxx> wrote:
On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <ktilton@xxxxxxxx> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux