<div dir="ltr"><div dir="ltr"><div dir="ltr">How best to append a list of tables to an empty table to form a whole table?<div><br></div><div>Pseudo codes show the desirable logic.</div><div><br></div><div><br></div><div><div><br></div><div>There are a list of tables with exactly same colums</div><div>table_a</div><div>table_b</div><div>table_c</div><div><br></div><div>Create an empty table  emp_table</div><div><br></div><div>Foreach a_name in ARRAY ARRAY['table_a', 'table_b', 'table_c'] loop</div><div>   insert into em_table as select * from table a_name</div><div><br></div><div>end loop;</div></div><div><br></div><div>Can something like that be done is PostGIS?</div><div><br></div><div>Regards,</div><div><br></div><div>David</div></div></div></div>