> 2007-01-10 16:45:33 ERROR: cannot insert into a view
> 2007-01-10 16:45:33 HINT: You need an unconditional ON INSERT DO INSTEAD
> rule.
Also, I see you have this field in your insert rule:
new.upgrade_date
but I see so upgrade_date in you view's definition. What exactly do you intend to be inserted.
All of the New.[field_names] in the insert statement must be view fieldnames not table fieldnames.
Regards,
Richard Broersma Jr.