On Thu, May 28, 2015 at 5:52 PM, Jeevan Chalke <[email protected]> wrote: > If function is created with the LEAKPROOF option, then pg_get_functiondef() > does not show that in the returned definition. > Is it expected OR are we missing that option in pg_get_functiondef(). > > However only superuser can define a leakproof function. > Was this the reason we are not showing that in pg_get_functiondef() output?> > I don't think we should hide this detail.
Agreed. I guess that it has been simply forgotten. pg_proc can be easily queried, so functions marked as leakproof are easy to find out in any case. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
