Search Postgresql Archives

Re: Using a multi-valued function in a view

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

 



By George, I think you've got it!
(Imagine a hokey imitation British accent.)
 
I only had to make one small change.  It complained it didn't know about a column named "charge".  When I changed it to:
    select charge, (cn).* from (select charge, chargeneeds(charge) as cn from charge) q;
it worked.
 
Thanks for all your time and effort!
 
RobR
 


[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