Re: Permission denied for create table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permission denied for create table
Дата
Msg-id 17008.1227532676@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Permission denied for create table  ("Pascal Tufenkji" <ptufenkji@usj.edu.lb>)
Список pgsql-sql
"Pascal Tufenkji" <ptufenkji@usj.edu.lb> writes:
> Creating a normal table works fine, but creating a table with subqueries is
> giving me "permission denied"

You need to explicitly grant select permission on the child tables not
just the parent.

> P.S. I'm working on PostgreSQL 7.3.2

As already noted, you really ought to update that ... among other
things, the documentation in recent versions explicitly covers the
point above ;-)
        regards, tom lane


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Permission denied for create table
Следующее
От: Tk421
Дата:
Сообщение: Sequence and nextval problem