<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>