view scripts/search/dbperms @ 14:be7787c36e58 default tip

new: nofity LGSercies for deleted files
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 Nov 2015 16:41:23 +0100
parents a50cf11e5178
children
line wrap: on
line source

#!/bin/sh
~/.homebrew/bin/psql -c "
select dv.id as dvObject, au.id as user
from dvobject dv, roleassignment ra, authenticateduser au
where 1=1
and dv.id = $1
and dv.id = ra.definitionpoint_id
and  '@'|| au.useridentifier = ra.assigneeidentifier; 
" dataverse_db