Re: GRANT USAGE ON SCHEMA - Mailing list pgsql-admin

From Tom Lane
Subject Re: GRANT USAGE ON SCHEMA
Date
Msg-id 49893.1749940144@sss.pgh.pa.us
Whole thread Raw
List pgsql-admin
Edwin UY <edwin.uy@gmail.com> writes:
> Just playing around here trying and 'confused' what the GRANT USAGE ON
> SCHEMA is supposed to be for?
> I thought it was supposed to all 'full' access of one schema to the other

No.  Schema USAGE is more or less like directory read permissions in
a file system: it lets you get to the contained objects.  You also
need appropriate permissions on the contained objects in order to
do anything with them.

            regards, tom lane



pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: PostgreSQL Upgrade (v9.5 to v12) with Django 2.0
Next
From: Kushal Shri
Date:
Subject: Re: PostgreSQL Upgrade (v9.5 to v12) with Django 2.0