Re: schema postgresql

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: Henry Francisco Garcia Cortez <garcortez(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: schema postgresql
Date: 2020-09-12 06:06:35
Message-ID: 86C9BF27-A856-40B2-BC2A-EF05AE0FA330@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Henry,

> On 11. Sep, 2020, at 23:13, Henry Francisco Garcia Cortez <garcortez(at)gmail(dot)com> wrote:
>
> how to restrict a user from seeing a schema in postgresql

for example:

revoke all privileges on <schema> from <user>;

See:
https://www.postgresql.org/docs/current/sql-revoke.html

Cheers,
Paul

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2020-09-12 23:36:46 Re: schema postgresql
Previous Message Henry Francisco Garcia Cortez 2020-09-11 21:13:21 schema postgresql