dbTalk Databases Forums  

adding two tables

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss adding two tables in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
fx gamoy
 
Posts: n/a

Default adding two tables - 10-13-2004 , 03:55 AM






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



Reply With Quote
  #2  
Old   
Tino Wildenhain
 
Posts: n/a

Default Re: adding two tables - 10-13-2004 , 04:08 AM






Hi,

On Wed, 2004-10-13 at 10:55, fx gamoy wrote:
Quote:
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) ???
without the ... your statement is complete.

Have fun
Tino


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org



Reply With Quote
  #3  
Old   
Tino Wildenhain
 
Posts: n/a

Default Re: adding two tables - 10-13-2004 , 04:08 AM



Hi again,

On Wed, 2004-10-13 at 10:55, fx gamoy wrote:
Quote:
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) ???
without ... and ( ) of course.




---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly



Reply With Quote
  #4  
Old   
DEHAINSALA Hondjack
 
Posts: n/a

Default Bad system call postmaster - 10-13-2004 , 06:45 AM



Hi
I have just to install postgreSQL-7.5. in windows 2003.
and the system send me this error :
Quote:
Bad system call postmaster
Someone can help me ?

thanks U







---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.