Re: [DOCS] Document PUBLIC grants on PUBLIC schema

2017-10-03 Thread Tom Lane
b...@dbrhino.com writes: > The GRANT documentation, regarding the PUBLIC role, says: > > No privileges are granted to PUBLIC by default on tables, columns, > schemas > or tablespaces. > But the PUBLIC role does receive USAGE and CREATE privileges on the PUBLIC > schema, correct? I think the docu

[DOCS] Document PUBLIC grants on PUBLIC schema

2017-10-03 Thread buck
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/sql-grant.html Description: The GRANT documentation, regarding the PUBLIC role, says: > No privileges are granted to PUBLIC by default on tables, columns, schemas or tablespaces.