Updating & inserting in one shot! - Mailing list pgsql-general

From Vittorio
Subject Updating & inserting in one shot!
Date
Msg-id 10a82f56549.vdemart1@tin.it
Whole thread Raw
Responses Re: Updating & inserting in one shot!  ("Harald Armin Massa" <haraldarminmassa@gmail.com>)
List pgsql-general
In my Postgresql 8.06 db I have a table in which the key fields are a
date and a code.

Now I need to load data from a text file (or a
temporary table) that either should update OR should be insert-ed into
that table.

Is there any ready-to-use, contributed function allowing
this 1-shot update-insert into a table?

Ciao
Vittorio

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: ANALYZE for a schema
Next
From: Richard Huxton
Date:
Subject: Re: Load testing across 2 machines