Re: [ADMIN] BLP Model on Postgresql

2011-02-24 Thread H S
--- --- > no read up and no write down policies in BLP model, what sort of queries/ > statements in SQL are read and write!? READ: SELECT WRITE: UPDATE/DELETE Thank you for your considerations, so by the way how about Create, Views, and so on. And Update a / some (s) row or whole table;

Re: [ADMIN] BLP Model on Postgresql

2011-02-24 Thread Vibhor Kumar
On Feb 24, 2011, at 5:29 AM, H S wrote: > no read up and no write down policies in BLP model, what sort of queries/ > statements in SQL are read and write!? READ: SELECT WRITE: UPDATE/DELETE Thanks & Regards, Vibhor -- Sent via pgsql-admin mailing list ([email protected]) To make cha

[ADMIN] BLP Model on Postgresql

2011-02-23 Thread H S
Hi to all , I have some questions: no read up and no write down policies in BLP model, what sort of queries/ statements in SQL are read and write!? Sara