Обсуждение: Newbie question:db access

Поиск
Список
Период
Сортировка

Newbie question:db access

От
David
Дата:
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!!!