On Fri, Feb 28, 2003 at 12:37:53 +0200, Nathalie Boulos <[EMAIL PROTECTED]> 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.) ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
