You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: