Skip to content

devopsinthecloud/sql_multigrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sql_multigrant

This SQL script for Postgres will grant a user a full read-only access on all tables in all schemas and will also grant access to the tables created in future.

This is how you run it:

cd /home/postgres psql -d databasename -a -f multigrant.sql

About

SQL grant for Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published