Create or replace row in table

Поиск
Список
Период
Сортировка
От Charles Holleran
Тема Create or replace row in table
Дата
Msg-id BAY126-DS15221FA4E1828549ADF497CE8C0@phx.gbl
обсуждение исходный текст
Ответы Re: Create or replace row in table  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Список 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 по дате отправления:

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: Installing temporal "period" data type and support functions
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Create or replace row in table