Re: Read only column ?

From: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Read only column ?
Date: 2010-01-17 02:21:08
Message-ID: 482E80323A35A54498B8B70FF2B87980043AD129AC@azsmsx504.amr.corp.intel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> otoh, do you really want trigger code checking for permissions? ugh.

Not really. I'd rather this be cought before it made it that far.

I'll have to read the 8.4 release notes !

-----Original Message-----
From: John R Pierce [mailto:pierce(at)hogranch(dot)com]
Sent: Saturday, January 16, 2010 9:18 PM
To: Tom Lane
Cc: Gauthier, Dave; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Read only column ?

Tom Lane wrote:
> Well, you could have the triggers throw errors instead of being silent
> about it.
>
>

otoh, do you really want trigger code checking for permissions? ugh.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-01-17 02:21:26 Re: Read only column ?
Previous Message Gauthier, Dave 2010-01-17 02:19:06 Re: Read only column ?