Re: BUG #5460: Search path not being used in function return type

From: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5460: Search path not being used in function return type
Date: 2010-05-13 13:19:38
Message-ID: 066f064e-80d6-41fe-8396-30e2e37add8e@i10g2000yqh.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On May 13, 1:55 pm, kwalbre(dot)(dot)(dot)(at)cghtech(dot)com ("Karl Walbrecht") wrote:
(...)
> -- This does not
> CREATE OR REPLACE FUNCTION sec_authorization_check_all(
>     v_entity_name varchar
> ) RETURNS setof entities AS
>
> psql:./functions/sec_authorization_check_all.sql:41: ERROR:  type "entities"
> does not exist

This issue may be related to the bug I reported earlier and has been
fixed by Takahiro Itagaki in the meantime:
http://groups.google.com/group/pgsql.bugs/browse_thread/thread/fa33f79733ede1f2

Regards
Erwin Brandstetter

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-05-13 14:23:50 Re: BUG #5460: Search path not being used in function return type
Previous Message Karl Walbrecht 2010-05-13 11:55:16 BUG #5460: Search path not being used in function return type