Re: Using a multi-valued function in a view - Mailing list pgsql-general

From Radcon Entec
Subject Re: Using a multi-valued function in a view
Date
Msg-id 283239.19694.qm@web43408.mail.sp1.yahoo.com
Whole thread Raw
In response to Re: Using a multi-valued function in a view  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
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
 

pgsql-general by date:

Previous
From: "Grand, Mark D."
Date:
Subject: invalid byte sequence for encoding "UTF8": 0xab
Next
From: Richard Huxton
Date:
Subject: Re: sequences and RULEs