Re: "grant usage on schema" confers the ability to execute all user-defined functions in that schema, with needing to grant "execute" - Mailing list pgsql-general

From Adrian Klaver
Subject Re: "grant usage on schema" confers the ability to execute all user-defined functions in that schema, with needing to grant "execute"
Date
Msg-id b9722779-2448-70f0-dacd-c711cec06a9a@aklaver.com
Whole thread Raw
In response to Re: "grant usage on schema" confers the ability to execute all user-defined functions in that schema, with needing to grant "execute"  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: "grant usage on schema" confers the ability to execute all user-defined functions in that schema, with needing to grant "execute"  (Bryn Llewellyn <bryn@yugabyte.com>)
List pgsql-general
On 2/11/22 15:48, Adrian Klaver wrote:
> On 2/11/22 15:14, Bryn Llewellyn wrote:
>>> /david.g.johnston@gmail.com <mailto:david.g.johnston@gmail.com> wrote:/
>>>
> 

> 
> Tip if you do:
> 
> psql -d test -U postgres -h localhost -E
> 
> the -E will get you the queries for the \ meta-commands.
> 
> So:
> 
> \df+ tag_changeset_fnc
> 

Should have mentioned, if you want to include system functions then it 
would be:

\dfS+


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: "grant usage on schema" confers the ability to execute all user-defined functions in that schema, with needing to grant "execute"
Next
From: Andreas 'ads' Scherbaum
Date:
Subject: Re: Can we go beyond the standard to make Postgres radically better?