On Fri, Feb 28, 2003 at 12:37:53 +0200,
Nathalie Boulos <nathalieboulos(at)hotmail(dot)com> wrote:
> Hi,
>
> is there a way to grant or revoke rights on specific fields of a table for
> specific users?
>
> if yes how is it possibly done and in which versions of postgres?
You need to use views or rules to do this. (You could also use functions,
but I don't think this would be a good idea.)