Thread: Newbie question:db access

Newbie question:db access

From
David
Date:
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!!!