Обсуждение: Nesting Groups

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

Nesting Groups

От
Raymond
Дата:
Utilizing Postgres 7.3.3 on RH80.

Unable to nest groups; attempting the following:

ALTER GROUP "<group1>}" ADD  USER  "<group2>";
ALTER GROUP "<group1>}" ADD  GROUP  "<group2>";
ALTER GROUP "<group1>}" ADD   "<existing group2>";

Any work-around or something I am missing?

Raymond

Re: Nesting Groups

От
Tom Lane
Дата:
Raymond <support@bigriverinfotech.com> writes:
> Unable to nest groups;

There's no support for that at the moment.  Sorry.

            regards, tom lane