Marco Martinez
Marco Martinez
Good suggestion! I'll look into it.
Thanks for the bug report! I’ll look into it ASAP.
Oh no! OK I'll prioritize this. Out of curiosity, if you run `\df` and `\do` do you see the following? ``` postgres=# \df List of functions Schema | Name |...
Interesting. OK what permissions do the functions have, you can get those with: `SELECT proname, proacl FROM pg_proc WHERE proname='jsonb_minus';` Additionally, is there a way you can list for me...