Re: [GENERAL] Column Privileges: NULL instead of permission denied

2011-09-20 Thread Matthew Hawn
> From: Stephen Frost [mailto:sfr...@snowman.net] > > * Matthew Hawn (matth...@donaanacounty.org) wrote: > > I have a table with privileged data that is restricted using column > level > > permissions. I would like to have single query that returns data > from the > > table. If the user has per

Re: [GENERAL] Column Privileges: NULL instead of permission denied

2011-09-20 Thread Harald Fuchs
In article , Matthew Hawn writes: > I have a table with privileged data that is restricted using column level > permissions. I would like to have single query that returns data from > the table. If the user has permission, it should return the data but > return NULL if the user does not have p

Re: [GENERAL] Column Privileges: NULL instead of permission denied

2011-09-19 Thread Stephen Frost
* Matthew Hawn (matth...@donaanacounty.org) wrote: > I have a table with privileged data that is restricted using column level > permissions. I would like to have single query that returns data from the > table. If the user has permission, it should return the data but return > NULL if the user