table copy

From: oayasli(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: table copy
Date: 2005-11-10 22:33:36
Message-ID: 1131662016.903012.260790@g44g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Dianne Yumul 2005-11-10 22:41:00 Restoring from filesystem backup
Previous Message Bob Pawley 2005-11-10 22:24:23 Where