Dmitry Tkach <[EMAIL PROTECTED]> writes: > testdb=# create table test_view as select * from test; > SELECT
That is not a view, it's only a static copy of the original table. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match