Hi,
How I create table1 from other table2 .
"cp table1 table2"
create table2 as select * from table1; It is described in Postgresql documentation SQL Commands -> "create table as"
Regards, Tomasz Myrta
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend