postgres how to copy a table code example Example: copy table postgres CREATE TABLE new_table AS TABLE existing_table;