table copy - Mailing list pgsql-general

From oayasli@gmail.com
Subject table copy
Date
Msg-id 1131662016.903012.260790@g44g2000cwa.googlegroups.com
Whole thread Raw
List pgsql-general
Is there a faster way to make a copy of a table than to do this? :

select * into mytable_copy from mytable;

Thanks,
Orhan


pgsql-general by date:

Previous
From: Víctor Narváez
Date:
Subject: replicator
Next
From: Tom Lane
Date:
Subject: Re: PREPARE TRANSACTION and webapps