Re: INSERT OU UPDATE WITHOUT SELECT?

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: INSERT OU UPDATE WITHOUT SELECT?
Дата
Msg-id 36e682920605301405u4d665fcftbe0a97b5753f5209@mail.gmail.com
обсуждение исходный текст
Ответ на INSERT OU UPDATE WITHOUT SELECT?  (Waldomiro <waldomiro@shx.com.br>)
Ответы Re: INSERT OU UPDATE WITHOUT SELECT?
Список pgsql-performance
On 5/30/06, Waldomiro <waldomiro@shx.com.br> wrote:
>  Is there a command to Insert a record If It does not exists and a update if
> It exists?

Sure, it's called MERGE.  See http://en.wikipedia.org/wiki/Merge_%28SQL%29

>  I mean the postgres should test if a record exist before insert and if It
> exist then the postgres must do an update instead an insert.

PostgreSQL does not support MERGE at the moment, sorry.

--
Jonah H. Harris, Software Architect | phone: 732.331.1300
EnterpriseDB Corporation            | fax: 732.331.1301
33 Wood Ave S, 2nd Floor            | jharris@enterprisedb.com
Iselin, New Jersey 08830            | http://www.enterprisedb.com/

В списке pgsql-performance по дате отправления:

Предыдущее
От: Waldomiro
Дата:
Сообщение: INSERT OU UPDATE WITHOUT SELECT?
Следующее
От: Ragnar
Дата:
Сообщение: Re: Split select completes, single select doesn't and