Re: Permission for not Django app to do Write and Read - Mailing list pgsql-admin

From Luca Ferrari
Subject Re: Permission for not Django app to do Write and Read
Date
Msg-id CAKoxK+6nPOCeuZxBFCTGk+SF52bM+YhZoFj-Hi=GpnjbEDzX-w@mail.gmail.com
Whole thread Raw
In response to Permission for not Django app to do Write and Read  (Peter Wainaina <petwah17@gmail.com>)
List pgsql-admin
On Wed, Aug 21, 2019 at 8:26 PM Peter Wainaina <petwah17@gmail.com> wrote:
>
> I am managing some development and  I need to give Write and Read to only Django .Postgresql administratior can’t
writeon the same data.How can I configure that from postgresql side. 

You should better explain what you are trying to achieve.
I suspect what you need is to create an user to use frm your django
application, then GRANT to such user the ALL permission on the
objects/tables you need.
Or assign such user as the owner of all the objects.

Luca



pgsql-admin by date:

Previous
From: legrand legrand
Date:
Subject: Re: Postgres DB Slowness
Next
From: Luca Ferrari
Date:
Subject: Re: Postgres PITR: Recovery does not seem to fetch from Archive Dir