vscode-pgsql icon indicating copy to clipboard operation
vscode-pgsql copied to clipboard

Command 'pgsql: run in postgres' resulted in an error (command 'pgsql.run' not found)

Open els-pnw opened this issue 4 years ago • 0 comments

I have psql in my path, /usr/local/bin and I have installed pgsql and I have setup a postgresql connection; however, my connection is a bit unique in that we pass psycopg2. Perhaps this is not supported in this plugin. Our connection string: postgresql+psycopg2://username:[email protected]:<port>/dbname

At the moment I am getting the error Command 'pgsql: run in postgres' resulted in an error (command 'pgsql.run' not found) using either the above string in user and workspace configuration and also removing the +psycopg2.

els-pnw avatar Aug 07 '20 17:08 els-pnw