mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Feature: Add PostgreSQL password auth using PGPASSWORD environment variable #106

Closed tkopets closed 7 years ago

tkopets commented 7 years ago

Currently, for PostgeSQL auth only pgpass.conf is supported, and password setting is ignored in settings. It would be best to be able to config password in settings file as not all users are able to configure pgpass.conf file properly. Active discussion as well user complaint about inability to configure pgpass.conf took place in #99

tkopets commented 7 years ago

Fixed in #107.

@xnmp The feature will be available in next release (I will prepare the release in a few days).