Re: BUG #3089: View/Table Creation/Ownership Bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3089: View/Table Creation/Ownership Bug
Дата
Msg-id 25028.1172766063@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3089: View/Table Creation/Ownership Bug  ("Andrew White" <whitea@imsweb.com>)
Список pgsql-bugs
"Andrew White" <whitea@imsweb.com> writes:
> I came across an interesting issue regarding views and ownership that I
> think may be a bug in PG.  I am using PG 8.2.3 on SuSE Linux.

AFAICS this is behaving as intended, because you did not grant select on
the underlying table to the owner of the view.  Relation references in
a view are supposed to be checked according to the view owner's
permissions.  This did not always work right pre-8.2, see
http://archives.postgresql.org/pgsql-hackers/2006-04/msg01138.php

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #3093: Error with converting error messages between server and client encodings
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3085: Performance BUG