Open davenquinn opened 11 months ago
Running role-altering commands does not seem to work properly, and fails silently.
macrostrat db psql sgp -c "GRANT ALL ON ALL TABLES IN SCHEMA public TO macrostrat"
psql appears to run the GRANT statement, but the roles do not seem to have been applied to the database.
psql
GRANT
We should test this, potentially as part of moving the core functionality to shared Python libraries.
Running role-altering commands does not seem to work properly, and fails silently.
psql
appears to run theGRANT
statement, but the roles do not seem to have been applied to the database.