Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[auth] updated api doc
  • Loading branch information
luipir committed Jan 13, 2016
1 parent d5bf104 commit 2550218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.h
Expand Up @@ -67,7 +67,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider

/**
* Constructor for the provider. The uri must be in the following format:
* 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)
* @param uri String containing the required parameters to connect to the database
* and query the table.
*/
Expand Down

0 comments on commit 2550218

Please sign in to comment.