Re: Execute permission to function - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Execute permission to function
Date
Msg-id fe5956c5-0cc3-40e5-9e62-afa174b8f8f7@aklaver.com
Whole thread Raw
In response to Execute permission to function  (arun chirappurath <arunsnmimt@gmail.com>)
List pgsql-general
On 6/24/24 03:29, arun chirappurath wrote:
> Hi all
> 
> I am using rds postgres 14. I have created few users and added them to 
> pg_readall_data and pg_write_alldata groups
> 
> 
> They are able to read all data and do update in tables
> 
> However they can't execute functions and not able to script out objects 
> from pg_admin

The above are two separate issues. Provide examples of what you are 
doing and the errors you get when you do them.

> 
> Any other role to be added?

You probably should take a look at:


https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Roles.html#Appendix.PostgreSQL.CommonDBATasks.Access

> 
> Thanks,
> Arun

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Issue with pgstattuple on Sequences in PostgreSQL
Next
From: Christoph Moench-Tegeder
Date:
Subject: Re: Password complexity/history - credcheck?