Copy Data Question

From: <operationsengineer1(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Copy Data Question
Date: 2006-06-22 20:31:43
Message-ID: 20060622203143.41492.qmail@web33311.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

a while back i had to take data from a spreadsheet
(*.ods, openoffice) and copy it into a table. i
figured it out and i remember posting what i did on
here - so time to go find it so i can do it again.
;-)

however, this time i have a different situation. i've
hand entered 100+ assemblies.

i have a list of ~1,000 assemblies that need to be
entered.

how can i add *only* nonexisting entries to my db
tables (iow, if it is one of the 100+ there now, i
don't want to mess with it)?

also, how do i update multiple tables with related
info? do i create a view and then copy to the view?

will that automatically update the tables?

tia...

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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma Jr 2006-06-22 21:16:51 Re: Copy Data Question
Previous Message Tom Lane 2006-06-22 18:28:04 Re: Listing Child Tables of a Particular Parent