Re: [Virtuoso-users] How to get current graph security settings

2013-04-18 Thread Shinichi Kai
Hello Hugh, I have tried this query and it works fine, thank you for your prompt reply. Thank you, Shinichi Kai On Thu, Apr 18, 2013 at 11:06 PM, Hugh Williams wrote: > Hi > > I had a similar need the other day and came up with a query of the following > form to obtain details on the graph secu

Re: [Virtuoso-users] How to get current graph security settings

2013-04-18 Thread Hugh Williams
Hi I had a similar need the other day and came up with a query of the following form to obtain details on the graph security settings for users: select id_to_iri(RGU_GRAPH_IID), RGU_USER_ID, U_NAME, RGU_PERMISSIONS from RDF_GRAPH_USER, SYS_USERS where RDF_GRAPH_USER.RGU_USER_ID = SYS_U

[Virtuoso-users] How to get current graph security settings

2013-04-18 Thread Shinichi Kai
Hello, Is there any way to get current graph security settings? I have read the documentation but I could not find any info. I got only info about setting permissions to the user or graph. (DB.DBA.RDF_DEFAULT_USER_PERMS_SET / DB.DBA.RDF_GRAPH_USER_PERMS_SET) I am using Virtuoso Open Source Editi