Re: [GENERAL] Rules on View

2016-03-01 Thread Tom Lane
Sridhar N Bamandlapally writes: > Is there a way to avoid creating rule under creation of view ? If you mean the ON SELECT rule, no. A view basically *is* an ON SELECT rule; there's not very much else to it. What usefulness do you imagine you'd get from a view without ON SELECT?

[GENERAL] Rules on View

2016-03-01 Thread Sridhar N Bamandlapally
Hi Is there a way to avoid creating rule under creation of view ? please let me know Thanks Sridhar