> >
> Added to TODO:
>
> * Disallow LOCK on view
>
I really think we should give views a different relkind 'V'.
All this mess with a real table + rules is very unclean.
It is then clear that such a relkind does'nt have locks.
Then it would also be easy to readd some of the now lost features
like computed columns ...
I would instead add the following TODO:
* create new relkind 'V' for views
Andreas