Remote Postgres extensions not resolving for inspections

I've configured a remote [Supabase](https://supabase.io) Postgres connection which seems to resolve most things, however the Postgres extensions I've installed don't appear to be visible to the IDE (even when prefixing with an `extensions.<EXT_NAME>` qualifier).

I've set my resolution scope to `Everything`, and it _can_ see the `extensions` schema (syntax highlighter lights up when referencing it), but apparently none of the extensions within?

Is this due to some configuration on the server or is there a trick to making it show up?

I wasn't exactly sure how to word this so apologies if already answered!

1 comment
Comment actions Permalink

so you see under 'Database objects' - 'extensions' folder, and there are no objects? how did you install extension? - like

create extension spi;

 in which schema?

0

Please sign in to leave a comment.