Search Postgresql Archives

Re: Strange Grant behavior in postgres 8.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



John R Pierce wrote:
> that is correct.  DATABASE privileges relate to connecting to the 
> database, permissions to create objects and so forth.

To be precise, there are 3 privileges:
- create temporary tables
- connect to the database
- create schemata

To be allowed to create a table, you need the create privilege
on the containing schema.

To be allowed to select from a table, you also need the usage
privilege on the schema containing the object.

You have all privileges on an object you own.

I guess that should clarify the behaviour in the original question.

Yours,
Laurenz Albe

-- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux