database permissions (7.3) comment

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема database permissions (7.3) comment
Дата
Msg-id 20011127111709.A25185@cerberus.csd.uwm.edu
обсуждение исходный текст
Ответы Re: database permissions (7.3) comment  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
I was reading the quote below and misunderstood it to be referring to
the initial privileges (i.e. SELECT, INSERT, etc.) granted to the creater of
a table rather than to the ones that only the owner can use (DROP,
ALTER, GRANT, REVOKE, and others?). The section on the GRANT command
makes things clear. I am not sure other people would make the same mistake.
However, it might be helpful to list the commands covered by "special
privileges" in parenthesis.

From the database permissions documentation (7.3):
The special privileges of the table owner are always implicit and
cannot be granted or revoked.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: JDBC driver problems with tomcat
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Documentation gap: Perl interfaces