supabase/postgres

plv8's `plv8_info()` function has a permissions error

olirice opened this issue · 0 comments

Bug report

create extension plv8;
select plv8_info();
-- ERROR:  permission denied for function plv8_info

note that the other equivalent function select plv8_version(); works fine.

This is an existing bug on the platform, unrelated to the 3.1.10 update.