Table permissions problem

Поиск
Список
Период
Сортировка
От darcy@druid.net (D'Arcy J.M. Cain)
Тема Table permissions problem
Дата
Msg-id m0z6gpJ-00006JC@druid.net
обсуждение исходный текст
Ответы Re: [HACKERS] Table permissions problem
Список pgsql-hackers
On Friday I asked.

> Has something changed recently?  I created a new database and it won't
> let me insert unless I specifically grant myself privledges.  It
> shows as being owned by me.  Also, I can't create a view.  It says
> "pg_rewrite: Permission denied." and doesn't create the view.

I have since found out that it was changed so that no one, not even the
owner, had full privs on the tables.  I went in and changed my code
to grant ALL on each database to the db owner.  Everything is fine
except that I still can't create a view.  I still  get that "pg_rewrite:
Permission denied." error.  Any ideas?

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.

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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Re: partial index
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Table permissions problem