Posts by Guilherme Oliveira • 1 point
1 post
-
0
votes0
answers35
viewsQ: Error in Grant script all
I have a little problem in a script that theoretically will give permission to a specific group in a postgresql database. Follows script: #!/bin/bash su postgres -l -c "psql -c 'grant all on…