Re: Insert Or update

Поиск
Список
Период
Сортировка
От Bas Scheffers
Тема Re: Insert Or update
Дата
Msg-id 4148.212.124.229.1.1082731983.squirrel@io.scheffers.net
обсуждение исходный текст
Ответ на Insert Or update  (Anton Nikiforov <anton@nikiforov.ru>)
Ответы Re: Insert Or update  (Igor Shevchenko <igor@carcass.ath.cx>)
Список pgsql-general
What do you need to do more of, inserts or updates? If the answer is
updates, just do an update and then check for the number of rows affected.
If it is 0, follow it with an insert, if not, you are done.

You could do this in a stored procedure to save you the round trip of data
between the DB and your application and will be faster.

Cheers,
Bas.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Question about inserts
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Insert Or update