heroku / heroku-pg-extras

A heroku plugin for awesome pg:* commands that are also great and fun and super.
MIT License
1.33k stars 102 forks source link

error: pg_stat_statements extension need to be installed in the public schema first. #193

Open mariusa opened 1 year ago

mariusa commented 1 year ago

pg_stat_statements is already installed, but in 'heroku_ext' schema, per https://devcenter.heroku.com/changelog-items/2446

heroku pg:outliers should work with 'heroku_ext' schema

See also https://github.com/heroku/cli/pull/2051

bear-in-mind commented 1 year ago

Same issue here. Should we install it in both public and heroku_ext then ?

adi-reforge commented 1 year ago

Any updates on this ?