Bug report #15910
Updated by Paolo Cavallini over 7 years ago
In QGIS master the connection to PostGIS through the browser is OK, whereas the same through DBM attempts to find a 'g' schema, which is not there, and fails miserably:
<pre>
SELECT has_schema_privilege('g', 'CREATE'), has_schema_privilege('g',
'USAGE')
</pre>
<pre>
SELECT has_schema_privilege('g', 'CREATE'), has_schema_privilege('g',
'USAGE')
</pre>