Create or replace row in table - Mailing list pgsql-novice

From Charles Holleran
Subject Create or replace row in table
Date
Msg-id BAY126-DS15221FA4E1828549ADF497CE8C0@phx.gbl
Whole thread Raw
Responses Re: Create or replace row in table
List pgsql-novice
Please pardon the total nubie question.

There is a nice syntax for functions,  "CREATE OR REPLACE FUNCTION xyz ..."

What is the best syntax to create or replace a row in a table?

Specifically: Update row in table t if row exists in table t else insert row in table t with source rows from temporary
tables of same type as t.  




pgsql-novice by date:

Previous
From: Chris Browne
Date:
Subject: Re: Installing temporal "period" data type and support functions
Next
From: Mladen Gogala
Date:
Subject: Re: Create or replace row in table