Skip to content

Commit

Permalink
Better description for db.connect.schema
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11086 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Jul 15, 2009
1 parent f8efe91 commit f7a545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-common/db.connect.schema.qgm
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">


<qgisgrassmodule label="Set general DB connection with a schema" module="db.connect"> <qgisgrassmodule label="Set general DB connection with a schema (PostgreSQL only)" module="db.connect">
<option key="driver" answer="dbf" hidden="no"/> <option key="driver" answer="dbf" hidden="no"/>
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/> <option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
<option key="schema" answer=" " hidden="no"/> <option key="schema" answer=" " hidden="no"/>
Expand Down

0 comments on commit f7a545b

Please sign in to comment.