We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d5bf104 commit 2550218Copy full SHA for 2550218
src/providers/postgres/qgspostgresprovider.h
@@ -67,7 +67,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider
67
68
/**
69
* Constructor for the provider. The uri must be in the following format:
70
- * host=localhost user=gsherman dbname=test password=xxx table=test.alaska (the_geom)
+ * host=localhost dbname=test [user=gsherman [password=xxx] | authcfg=xxx] table=test.alaska (the_geom)
71
* @param uri String containing the required parameters to connect to the database
72
* and query the table.
73
*/
0 commit comments