Re: [pgadmin-support] Function not displaying PARALLEL SAFE on SQL tab

2017-01-18 Thread Dave Page
Thanks, logged here: https://redmine.postgresql.org/issues/2089 On Tue, Jan 17, 2017 at 6:13 PM, Shira Bezalel wrote: > I'm reviewing some PostGIS functions in pgAdmin 4. When I click on the SQL > tab, I notice that the "PARALLEL SAFE" qualifier doesn't show up. But when I > do an "\sf" on one of

[pgadmin-support] Function not displaying PARALLEL SAFE on SQL tab

2017-01-17 Thread Shira Bezalel
I'm reviewing some PostGIS functions in pgAdmin 4. When I click on the SQL tab, I notice that the "PARALLEL SAFE" qualifier doesn't show up. But when I do an "\sf" on one of these functions in psql, I see the syntax (but not the NOT LEAKPROOF). Is this a known issue? I looked through issues list