We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794fbb commit 547d879Copy full SHA for 547d879
src/plugins/grass/modules-common/db.connect.schema.qgm
@@ -2,7 +2,7 @@
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
4
<qgisgrassmodule label="Set general DB connection with a schema (PostgreSQL only)" module="db.connect">
5
- <option key="driver" answer="dbf" hidden="no"/>
+ <option key="driver" answer="pg" hidden="yes"/>
6
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
7
<option key="schema" answer=" " hidden="no"/>
8
</qgisgrassmodule>
0 commit comments