=?iso-8859-2?B?o3VrYXN6IFNrb3dyb/Fza2k=?= <lskowron(at)elka(dot)pw(dot)edu(dot)pl> writes:
> Well, we would like our application to be compatible with PG 7.0 so I need
> to track this behaviour. Do you have a clue when PG could write anything to
> a view file and where I can find it in source tree?
Perhaps your app does inserts into the view and you don't have a rule to
redirect the inserts elsewhere? 7.1 will complain about that, but 7.0
just silently does the insert...
regards, tom lane