-
-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Labels
Description
Issue Type
- Feature Request
- Bugfix/Errors
- Questions
- Other
Prerequisites (For bugfixes)
- Are you running the latest version?
- Did you check the logs?
- Did you check the Setup?
Description
Received error message: "no pg_hba.conf entry for host..." when trying to connect to postgresql database using SQLTools. I can connect on same computer from command line using psql and via python using psycopg2. Do you know what the problem might be?
Steps to Reproduce (For bugfixes)
- Entered sqltools.connections settings
-
Connect to database and receive message "currently connected"
-
Used SQLToolsConnection: Run Query
Expected behavior: [What you expected to happen]
Expected to retrieve data from database
Actual behavior: [What actually happened]
Received error message: "no pg_hba.conf entry for host..."
Versions
- Version: SQLTools v0.12.1
- OS: Windows 10
- SGDB: PostgresSQL
You can get this information from executing SQLTools: Version
from VSCode Quick Open
.