Zeugswetter Andreas SB  <[EMAIL PROTECTED]> writes:
> You probably wanted:
> create view v1 as 
> select * from t1
> union all
> select * from t2;

Probably, but we don't support UNION in views before 7.1 :-(

I'm not real clear on why t1 and t2 are separate tables at all in this
example.  Seems like making v1 be the real table, and t1 and t2 be
selective views of it, would work a lot easier.

                        regards, tom lane

Reply via email to