Permissions + Views + Functions = relation not exist when not owner

Поиск
Список
Период
Сортировка
От Adie
Тема Permissions + Views + Functions = relation not exist when not owner
Дата
Msg-id 55336.213.77.90.234.1117025703.squirrel@klub.chip.pl
обсуждение исходный текст
Ответы Re: Permissions + Views + Functions = relation not exist when not owner
Список 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 по дате отправления:

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [despammed] Duplicated records
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Permissions + Views + Functions = relation not exist when not owner