Tom Lane writes:
> For example, if your view has
> select ... where a>5;
> what do you think ought to happen if someone tries to insert a row
> with a<5?
It's an error if you specified WITH CHECK OPTION in the view definition,
it succeeds otherwise. There's a standard semantic for it.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter