Hey Neon.tech team!
I’m actually trying to test pgadmin’s debugging capabilities with a neon database, however, it would require to enable the pldbgapi extension, however I’m unable to do create it.
CREATE EXTENSION pldbgapi;
ERROR: extension "pldbgapi" is not available
DETAIL: Could not open extension control file "/usr/local/share/extension/pldbgapi.control": No such file or directory.
HINT: The extension must first be installed on the system where PostgreSQL is running.