[GRASS-SVN] r30642 - grass/trunk/lib/db

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 19 09:07:06 EDT 2008


Author: neteler
Date: 2008-03-19 09:07:06 -0400 (Wed, 19 Mar 2008)
New Revision: 30642

Modified:
   grass/trunk/lib/db/dbmilib.dox
Log:
say where default DBMI driver is defined

Modified: grass/trunk/lib/db/dbmilib.dox
===================================================================
--- grass/trunk/lib/db/dbmilib.dox	2008-03-19 12:22:13 UTC (rev 30641)
+++ grass/trunk/lib/db/dbmilib.dox	2008-03-19 13:07:06 UTC (rev 30642)
@@ -14,7 +14,7 @@
 writing following DBMI drivers for attribute storage are available:
 
 <ul>
-<li> DBF: xBase files
+<li> DBF: xBase files (default)
 <li> ODBC: to interface from www.unixodbc.org
 <li> PostgreSQL driver (note that PostgreSQL can also be accessed through
      ODBC)
@@ -23,6 +23,7 @@
 
 These drivers are compiled depending on present DB related libraries and
 'configure' settings. Only the DBF driver is always compiled.
+The default DBMI driver is defined in include/dbmi.h (#define DB_DEFAULT_DRIVER "dbf").
 
 In general records in table are linked to vector entities by field number
 and category number.  The field number identifies a database table and the



More information about the grass-commit mailing list