Re: Read only column ? - Mailing list pgsql-general

From Tom Lane
Subject Re: Read only column ?
Date
Msg-id 11088.1263694347@sss.pgh.pa.us
Whole thread Raw
In response to Re: Read only column ?  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Responses Re: Read only column ?  (John R Pierce <pierce@hogranch.com>)
Re: Read only column ?  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List pgsql-general
"Gauthier, Dave" <dave.gauthier@intel.com> writes:
>> .. although, if you have triggers forcibly setting the columns, it
>> hardly matters what the users try to put into them, no?

> Ummmm..... Wellll....  I guess you have a point there :-)

> Still, it would be nicer for the DB to tell them "DON'T TOUCH THAT" as opposed to a trigger silently overriding
whateverthey may have thought they changed. 

Well, you could have the triggers throw errors instead of being silent
about it.

            regards, tom lane

pgsql-general by date:

Previous
From: "Gauthier, Dave"
Date:
Subject: Re: Read only column ?
Next
From: John R Pierce
Date:
Subject: Re: Read only column ?