Permissions + Views + Functions = relation not exist when not owner - Mailing list pgsql-sql

From Adie
Subject Permissions + Views + Functions = relation not exist when not owner
Date
Msg-id 55336.213.77.90.234.1117025703.squirrel@klub.chip.pl
Whole thread Raw
Responses Re: Permissions + Views + Functions = relation not exist when not owner  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
HI!
I got a View which calls function which uses table.
It works fine when selecting from view by owner (postgres) of table,
function and view.
Problem is when another user is sellecting view. There is an error:
ERROR:  relation "XXX" does not exist
CONTEXT:  PL/pgSQL function "XXX" line 4 at select into variables

User has rights to select from view, use schema AND function is declared as
IMMUTABLE
CALLED ON NULL INPUT
SECURITY DEFINER

It is strange it looks like problem with permission but error is not about
permissions. Calling function directly also produces error. Functions and
Views are in separate schema but tables are in "public". Any idea why this
is happening?
Using pg7.4.6

Martin Domanski



pgsql-sql by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: [despammed] Duplicated records
Next
From: Tom Lane
Date:
Subject: Re: Permissions + Views + Functions = relation not exist when not owner