adding two tables - Mailing list pgsql-general

From fx gamoy
Subject adding two tables
Date
Msg-id 008701c4b102$651cbe50$0201a8c0@geodev0
Whole thread Raw
Responses Re: adding two tables  (Tino Wildenhain <tino@wildenhain.de>)
Re: adding two tables  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-general
hello everybody,
i ve got two big tables with the same structure.
 
i would like to add the second one to the first one directly without generating a sql file. (each table is about 1 Million line)
Is it a way with an sql command?
INSERT INTO TAB1... (select * from TAB2) ???
thanks
fx
 

pgsql-general by date:

Previous
From: "Henriksen, Jonas F"
Date:
Subject: about permissions...
Next
From: Tino Wildenhain
Date:
Subject: Re: adding two tables