Does anyone have a good recipe for a view that will display users/gruops in a
way that can be used with Tomcat's JDBCRelam configuration?  In other words,
instead of seeing a *list* of users in a group (grolist), I'd like to see a
separate row for every group/user combination.

group | user
-------------
1     | 1
1     | 2
2     | 1

Instead of:

groname | grolist
------------------
1       | {1:2}
2       | {1}

--
Robert Abernethy IV
Dynamic Edge, Inc.
734.975.0460

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to