> On Apr 23, 2017, at 10:12 , Guyren Howe <guy...@gmail.com> wrote: > > I have a view: “reporting_helpers.customers_by_state_ranked" > > I try to define a function with this signature: > > CREATE OR REPLACE FUNCTION reporting.formatted_cust_by_state_bold(c > "reporting_helpers.customers_by_state_ranked") > RETURNS "reporting_helpers.customers_by_state_ranked" > > I am told “ERROR: type reporting_helpers.customers_by_state_ranked does not > exist” > > I am confused.
nm; it appears that the quotes were mucking things up.