Re: Replace into...? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Replace into...?
Date
Msg-id 15036.985723451@sss.pgh.pa.us
Whole thread Raw
In response to Replace into...?  ("Diehl, Jeffrey" <jdiehl@sandia.gov>)
List pgsql-sql
"Diehl, Jeffrey" <jdiehl@sandia.gov> writes:
> I'm in the process of migrating a database and application suite from mysql
> to postgresql.  The problem is that I've used
> mysql's "replace into..." quite frequently...

> Does anyone know of a "clean" way to implement this feature in postgresql?
> I really don't want my applications to have to know what indexes are in
> place for a given table.

I'm confused.  What does "replace into" have to do with having to know
what indexes are in place?
        regards, tom lane


pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Replace into...?
Next
From: "Diehl, Jeffrey"
Date:
Subject: RE: Replace into...?