Nesting Groups

Started by Raymondover 22 years ago3 messagesgeneral
Jump to latest
#1Raymond
support@bigriverinfotech.com

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

#2Raymond
support@bigriverinfotech.com
In reply to: Raymond (#1)
Fwd: Nesting Groups

Oops, actually

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

---------- Forwarded Message ----------

Subject: Nesting Groups
Date: Sat, 9 Aug 2003 16:20:43 -0700
From: Raymond <support@bigriverinfotech.com>
To: pgsql-general@postgresql.org

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

-------------------------------------------------------

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Raymond (#1)
Re: Nesting Groups

Raymond <support@bigriverinfotech.com> writes:

Unable to nest groups;

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

regards, tom lane