Thread: REPLACE

REPLACE

From
Radovan Petrikí
Date:
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.