File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,17 @@ To test the postgres provider you will need to have a database available to
50
50
which the postgres provider can connect. The server will need to have postgis
51
51
support enabled.
52
52
53
- By default the test uses the following connection string:
53
+ By default the test uses one of the following connection string:
54
54
55
55
dbname=qgis_test
56
+ service=qgis_test
56
57
57
- If this does not match your setup you can set the environment variable
58
- ` QGIS_PGTEST_DB ` to the desired connection string, or you can rely
59
- on standard libpq environment variables to tweak host, port user and
60
- password (PGHOST, PGPORT, PGUSER, PGPASSWORD).
58
+ If these do not match your setup you can set the environment variable
59
+ ` QGIS_PGTEST_DB ` to the desired connection string. Note that you can
60
+ rely on standard libpq environment variables to tweak host, port user
61
+ and password (PGHOST, PGPORT, PGUSER, PGPASSWORD).
61
62
62
- Please note that the database needs to be initialized using
63
+ Please note that the test database needs to be initialized using
63
64
the sql-scripts:
64
65
65
66
tests/testdata/provider/testdata_pg*.sql
You can’t perform that action at this time.
0 commit comments