Re: priviliges issues

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Ankush Chawla <ankushchawla03(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: priviliges issues
Date: 2020-04-15 18:20:23
Message-ID: CAKFQuwZcNjdo2KpmYO=2B4Dvbe0c5FbkqHoEkZJnRkAwmqMcrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You should write new emails and not reply to unrelated ones with
individuals already copied and without removing the bogus quoted email.

On Wed, Apr 15, 2020 at 11:05 AM Ankush Chawla <ankushchawla03(at)gmail(dot)com>
wrote:

>
> ERROR: permission denied for schema s1
> LINE 1: select * from s1.new;
>

This error seems mostly self-explanatory - the user "user2" doesn't have
permission to use schema "s1". See the documentation for how to grant this
permission - its similar to how you granted select on the table.

David J.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2020-04-15 18:23:23 Re: priviliges issues
Previous Message Mohammed Afsar 2020-04-15 18:20:15 Re: priviliges issues