Fwd: Nesting Groups

From: Raymond <support(at)bigriverinfotech(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Fwd: Nesting Groups
Date: 2003-08-09 23:23:11
Message-ID: 200308091623.11654.support@bigriverinfotech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)bigriverinfotech(dot)com>
To: pgsql-general(at)postgresql(dot)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

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

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-08-10 00:10:45 Re: Nesting Groups
Previous Message Raymond 2003-08-09 23:20:43 Nesting Groups