Users grants with setting options

From: Nagaraj Raj <nagaraj(dot)sf(at)yahoo(dot)com>
To: Pgsql Performance <pgsql-performance(at)lists(dot)postgresql(dot)org>
Subject: Users grants with setting options
Date: 2021-03-08 23:30:14
Message-ID: 1851347365.1459375.1615246214890@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

I have a quick question, does role custom parameters settings will be granted to users well? 
Does user c_role will have the same settings m_role.CREATE ROLE m_role ;CREATE ROLE c_role ;ALTER ROLE m_role  SET configuration_parameter TO 'VALUE';GRANT m_role TO c_role;

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message David G. Johnston 2021-03-08 23:46:10 Re: Users grants with setting options
Previous Message Michael Lewis 2021-03-08 17:03:25 Re: different execution time for the same query (and same DB status)