How to grant a whole database for a certain user ?i mean:<mysql>grant usage on mydb.* to myuser identified by 'mypasswd'</mysql>Is available something similar with postgres or should i write a shell script, for example?Thank you very much!!!