git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72982 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -101,6 +101,10 @@ int main(int argc, char *argv[])
}
dsn = NULL;
+ /* disabling GRASS-PostGIS driver:
+ * TODO: a new fn that converts OGR dsn to PQ connection info,
+ * ignoring current GRASS db connection */
+ use_ogr = TRUE;
if (options.dsn->answer)
dsn = G_store(options.dsn->answer);