Skip to content

Commit 547d879

Browse files
author
rugginoso
committed
Forced the driver to be "pg" for db.connect.schema module of grass plug-in.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11092 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c794fbb commit 547d879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/modules-common/db.connect.schema.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

44
<qgisgrassmodule label="Set general DB connection with a schema (PostgreSQL only)" module="db.connect">
5-
<option key="driver" answer="dbf" hidden="no"/>
5+
<option key="driver" answer="pg" hidden="yes"/>
66
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
77
<option key="schema" answer=" " hidden="no"/>
88
</qgisgrassmodule>

0 commit comments

Comments
 (0)