INSERT OR UPDATE WITHOUT SELECT - Mailing list pgsql-performance

From wmiro@ig.com.br
Subject INSERT OR UPDATE WITHOUT SELECT
Date
Msg-id 20060530_204747_020181.wmiro@ig.com.br
Whole thread Raw
Responses Re: INSERT OR UPDATE WITHOUT SELECT  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-performance
Hi,

Is there a command to Insert a record If It does not exists and a update if
It exists?

I do not want to do a select before a insert or update.

I mean the postgres should test if a record exist before insert and if It
exist then the postgres must do an update instead an insert.

Thanks,

WMiro.



pgsql-performance by date:

Previous
From: "Neil Saunders"
Date:
Subject: Re: scaling up postgres
Next
From: Evgeny Gridasov
Date:
Subject: Re: pg_dump issue