"David M. Richter" <d(dot)richter(at)dkfz(dot)de> writes:
> How does postgres keep the views consistent to the according tables( if
> the original table has been changed)?
It doesn't have to; views are not materialized in Postgres. A view
is just a rewrite rule, or macro.
regards, tom lane