database permissions (7.3) comment

From: Bruno Wolff III <bruno(at)cerberus(dot)csd(dot)uwm(dot)edu>
To: pgsql-docs(at)postgresql(dot)org
Subject: database permissions (7.3) comment
Date: 2001-11-27 17:17:09
Message-ID: 20011127111709.A25185@cerberus.csd.uwm.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Aasmund Midttun Godal 2001-11-27 19:53:51 Re: PL/pgSQL examples NOT involving functions
Previous Message Tom Lane 2001-11-27 17:14:02 Re: JDBC driver problems with tomcat