Skip to content

Commit 2550218

Browse files
committedJan 13, 2016
[auth] updated api doc
1 parent d5bf104 commit 2550218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/postgres/qgspostgresprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider
6767

6868
/**
6969
* 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)
70+
* host=localhost dbname=test [user=gsherman [password=xxx] | authcfg=xxx] table=test.alaska (the_geom)
7171
* @param uri String containing the required parameters to connect to the database
7272
* and query the table.
7373
*/

0 commit comments

Comments
 (0)
Please sign in to comment.