securing tables within a kdb

Hi - 

I would like to set up security such that only certain users can access the data stored in a particular table. So - any function/query/expression that try to read/update the table would need to be run by an authorized user. Is this possible to do in kdb?

Thanks in advance!

Hijibij

have a read here, http://firstderivatives.com/downloads/q\_for\_Gods\_July\_2013.pdf

you should be able to use the methods described for your use cases.

Thanks,

Sean