GRANT ALL ON recursive for all tables in my scheme?

Поиск
Список
Период
Сортировка
От A Lau
Тема GRANT ALL ON recursive for all tables in my scheme?
Дата
Msg-id 000f01c87e34$6b981fb0$0264a8c0@foxy
обсуждение исходный текст
Ответы Re: GRANT ALL ON recursive for all tables in my scheme?  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-general
I recently searched for a way to grant permissions to a new created user for
all tables in a scheme or database. I just found ways who uses psql and
scripts. But I'm astonished that there is no way to do it with the "grant
all on database [schema]..."-option. Actually i thought that a grant on a
schema or database would recusivly set the accoding permissions to the
corresponding objects (eg. tables, views...). Is there a way to do it easily
in SQL-Syntax without psql and scripting? Why it can't be done with the
grant-operator?

thanks for help.

Andreas


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] GRANT ALL ON recursive for all tables in my scheme?
Следующее
От: "libra dba"
Дата:
Сообщение: using warm standby with drbd???