Is there a faster way to make a copy of a table than to do this? : select * into mytable_copy from mytable; Thanks, Orhan ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match