REPLACE - Mailing list pgsql-sql

From Rado Petrik
Subject REPLACE
Date
Msg-id 1050325783.1035.19.camel@caj
Whole thread Raw
Responses Re: REPLACE
List pgsql-sql
Hi, 

In mysql exist this query 
"REPLACE name_table (id,colum) VALUES(1,'test')";

When row id=1 exist then replace row.
When row id!=1 then insert row.
How this make in PostgreSQL ? 

Rado.  



pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: Re: How Do I Hide Trigger ??
Next
From: Guy Fraser
Date:
Subject: Re: How Do I Hide Trigger ??