Re: grant all the database object automatically

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: grant all the database object automatically
Дата
Msg-id 20050121002241.GA16417@wolff.to
обсуждение исходный текст
Ответ на grant all the database object automatically  (Akbar <melinda_sayang@hotpop.com>)
Ответы Re: grant all the database object automatically  (Akbar <melinda_sayang@hotpop.com>)
Список pgsql-novice
On Thu, Jan 20, 2005 at 17:11:16 +0700,
  Akbar <melinda_sayang@hotpop.com> wrote:
>
> Ok, after this, what should I do to give database objects fully to
> another user beside tables?? Should I alter function, view??? Is there
> any tool or command to give all database objects to another user
> automatically?

There isn't one now, but it isn't too hard to write scripts that query
the database to get a list of objects and than issue corresponding
GRANT or REVOKE commands.

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

Предыдущее
От: "Daniel Blavos"
Дата:
Сообщение: Error Help
Следующее
От: "Mike G."
Дата:
Сообщение: Re: pg_hba.conf and upgrade