pgAdmin3
pgAdmin3 copied to clipboard
Show all function
If you have own function in schema, old versions has shown only your own function, not all public also. Now it so all function ?
Thanks, so it seems. I will have to check what has changed there or did I mess up something!
In your patch (listed at https://github.com/Symbiatch/pgAdmin3/commit/f90950c96bb0bf56462ff2af41c7a49f2300ed78 ), you have AND prokind <> 'a'. In another patch I've seen for version 11, prokind='f' was used instead. When I switched the code from <> 'a' to = 'f', it made a big difference in the number of functions displayed. Seems to be working more like other versions of PGAdmin with that fix.