"Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com> writes:
> Is there a way to set a column to be read only?
As of 8.4 you could revoke insert/update permissions column-by-column ...
> I have a table with several columns with values that are determined by triggers. I want users to be able to view, but never edit them.
... although, if you have triggers forcibly setting the columns, it
hardly matters what the users try to put into them, no?
regards, tom lane