I would like to have a function fire when a person has updated a Views query. What I mean by this is that when a SQL user has edited the view and saved it, I want the trigger to fire. NOT when a SQL user has run an UPDATE query against the view, to fire.
Is this possible? If so, can someone show me an example/point me in the right direction?
Thanks, Adam