Обсуждение: Table permissions

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

Table permissions

От
"Adam H. Pendleton"
Дата:
How, using pgadmin3, can I change the permissions for a table?  Or for a
particular user.  In the past, with other postgres managers, I've seen
something like a permissions grid created, which showed, for each user,
tables on the y axis, and permissions on the x axis.  I can't seem to
find anything like this in pgadmin3.  In fact, I can't figure out how to
change permissions at all.  I'm sure I'm just being dense, but can you
guys point me in the right direction.

ahp


Re: Table permissions

От
Andreas Pflug
Дата:
Adam H. Pendleton wrote:

> How, using pgadmin3, can I change the permissions for a table?  Or for
> a particular user.  In the past, with other postgres managers, I've
> seen something like a permissions grid created, which showed, for each
> user, tables on the y axis, and permissions on the x axis.  I can't
> seem to find anything like this in pgadmin3.  In fact, I can't figure
> out how to change permissions at all.  I'm sure I'm just being dense,
> but can you guys point me in the right direction.
>
> ahp


It's the security tab on most object properties. Note that only groups
are offered by default (see options).
More security tools (e.g. for multi-table changes) to come in V2.

Regards,
Andreas