Re: Rights for view.

Поиск
Список
Период
Сортировка
От Rudy Young
Тема Re: Rights for view.
Дата
Msg-id 3E491097.4090907@hotpop.com
обсуждение исходный текст
Ответ на Rights for view.  (Viacheslav N Tararin <taras@dekasoft.com.ua>)
Ответы Re: Rights for view.
Список pgsql-general
Select from view1 will be passed to table1(kinda like a symbolic link),
so you need
give user2 access to table1 too.

Viacheslav N Tararin wrote:

> Hi.
> Hext problem:
> I have table table1 with owner user1;
> I have view view1 based only on table1 owner user1 too.
> I have user2 which not own anything.
> user1 grant rights to select on view1 to user2.
>
> Why user2 when try select from view1 get 'table1: permission denied'?
>
> Thanks.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster




В списке pgsql-general по дате отправления:

Предыдущее
От: Ralph Rotondo
Дата:
Сообщение: accessing currval(), How? ... Trigger? I think...???
Следующее
От: "Eduardo"
Дата:
Сообщение: PL/PGSQL TUTORIAL