Re: Allow user to create tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Allow user to create tables
Дата
Msg-id 1839.1020867029@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Allow user to create tables  ("Tille, Andreas" <TilleA@rki.de>)
Ответы Re: Allow user to create tables  (Scott Marlowe <scott.marlowe@ihs.com>)
Список pgsql-general
"Tille, Andreas" <TilleA@rki.de> writes:
> test=> drop table test;
> ERROR:  you do not own table "test"

> Did I miss something?

No.  What is not clear about that error message?  Only the owner can
drop a table.  It's not considered a grantable right.

            regards, tom lane

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

Предыдущее
От: "Darko Prenosil"
Дата:
Сообщение: C trigger
Следующее
От: Thomas Beutin
Дата:
Сообщение: Fast statement but slow function