<div dir="auto">Ensure that at a minimum you have,<div dir="auto"><br></div><div dir="auto">CONNECT for the database</div><div dir="auto"><br></div><div dir="auto">USAGE of the schema</div><div dir="auto"><br></div><div dir="auto">SELECT for the table</div><div dir="auto"><br></div><div dir="auto">SELECT, USAGE on the sequence(s) for that table</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed., Apr. 22, 2020, 14:08 Bill Williamson, <<a href="mailto:bill@williamson.fm" target="_blank" rel="noreferrer">bill@williamson.fm</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello QGIS workers, <div><br></div><div>Could I ask if there is a guide to managing user's accessing of Postgis data via QGIS?</div><div>I can successfully create and access new tables and schema as my own user (not postgres). Then I use PGAdmin4 to create a new user (I test the login, OK) and the grant wizard to give ALL to the new user, on the db, the schema, and for surety the table. </div><div><br></div><div>But this new user cannot see the tables in QGIS (but can login and see the schema). </div><div>PGAdmin4 Properties advises the privileges are in place. </div><div><br></div><div>I don't see that I can readily manage user access out of DBManager in QGIS, or should I?</div><div><br></div><div>Snip of SQL from PGAdmin;</div><div><br></div><div>ALTER TABLE cadastre.bounds<br>    OWNER to me;<br></div><div>GRANT ALL ON TABLE cadastre.bounds TO "User1";<br></div><div>GRANT ALL ON TABLE cadastre.bounds TO me;<br></div><div><br></div><div>regards</div><div>bjw</div></div>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" rel="noreferrer noreferrer" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div>