agora inbox for pgsql-sql@postgresql.org
help / color / mirror / Atom feedFrom: hubert depesz lubaczewski <depesz@depesz.com>
To: ROS Didier <didier.ros@edf.fr>
Cc: pgsql-sql@postgresql.org <pgsql-sql@postgresql.org>
Subject: Re: Need Help on SQL Query
Date: Tue, 10 Oct 2017 14:00:15 +0200
Message-ID: <20171010120015.GA17411@depesz.com> (raw)
In-Reply-To: <76762b7413164e9abff915ee223d2407@PCYINTPEXMU001.NEOPROD.EDF.FR>
References: <76762b7413164e9abff915ee223d2407@PCYINTPEXMU001.NEOPROD.EDF.FR>
List-Unsubscribe: <mailto:majordomo@postgresql.org?body=unsub%20pgsql-sql>
On Tue, Oct 10, 2017 at 11:38:59AM +0000, ROS Didier wrote:
> Hi
> I need to get the list of functions which are defined with "SECURITY-DEFINER" . How can I get this in SQL ?
select * from pg_proc where prosecdef;
Best regards,
depesz
--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
view thread (3+ messages) latest in thread
Message-ID: <20171010120015.GA17411@depesz.com>
Permalink: ../20171010120015.GA17411@depesz.com/
Also on: postgresql.org/message-id/20171010120015.GA17411@depesz.com
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-sql@postgresql.org
Cc: depesz@depesz.com, didier.ros@edf.fr
Subject: Re: Need Help on SQL Query
In-Reply-To: <20171010120015.GA17411@depesz.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox