## Problem The change on https://github.com/supabase/postgres/pull/1362 modified `pgmq` db objects default owner, which is `supabase_admin`, as it's on every extension. This is not tested and it's not an obvious behavior. ## Solution Test all the db objects owners: - [x] functions: https://github.com/supabase/postgres/pull/1537 - [ ] tables - [ ] types