Table Merge Successful, Primary Keys Missing - Mailing list pgsql-novice

From
Subject Table Merge Successful, Primary Keys Missing
Date
Msg-id 20060626184723.54652.qmail@web33302.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Table Merge Successful, Primary Keys Missing  (<operationsengineer1@yahoo.com>)
List pgsql-novice
i'm trying to merge two tables together.

i'm able to do it with...

select *
into t_temp_final
from t_temp_output
union
SELECT * FROM t_product
;

however, i lost all my primary key values in
t_temp_final

i can't create a pkey now b/c i have 1000 null values.

how can i get around this situation?

tia...

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-novice by date:

Previous
From: "Garcia, Joshua"
Date:
Subject: Variable array sizes with PQexecParams
Next
From:
Date:
Subject: Re: Table Merge Successful, Primary Keys Missing