Feature request #1400
PostgreSQL connection requires password access method
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Data Provider | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 11460 |
Description
It is currently necessary to setup postgresql databases to have password access in order to access them via QGIS. It makes much more sense to ignore the password field if the user does not provide one. There is nothing in libpq that requires you to provide a password. If you drop that field from the conninfo string, you will be able to connect without a password (as long as the database is setup in trust mode).
Associated revisions
postgis table selection dialog:
- only ask for a password, when postgis needs one (fixes #1400)
- don't complain about 'no accessible geometry tables', before checking for
tables not listed in geometry_columns (fixes #1455)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9778 c8812cc2-4d05-0410-92ff-de0c093fc19c
postgis table selection dialog:
- only ask for a password, when postgis needs one (fixes #1400)
- don't complain about 'no accessible geometry tables', before checking for
tables not listed in geometry_columns (fixes #1455)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9778 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer almost 16 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 70f33291 (SVN r9779)
#2 Updated by Anonymous about 15 years ago
Milestone Version 1.0.0 deleted