Re: Allow user to create tables

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Allow user to create tables
Дата
Msg-id Pine.LNX.4.33.0205080912040.20166-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Allow user to create tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, 8 May 2002, Tom Lane wrote:

> "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.

But it is something you can change.  As the table owner or superuser,
Andreas, you can issue the following command:

alter table ttt owner to somebody;

There ya go.


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

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Potential problem reporting
Следующее
От: Barry Lind
Дата:
Сообщение: Re: JDBC - escaping quotes?