Prøv
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
Af http://www.postgresql.org/docs/current/ static/sql-selectinto.html
Prøv
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
Af http://www.postgresql.org/docs/current/ static/sql-selectinto.html