Re: Old/New

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Old/New
Дата
Msg-id 4B5A178B.1070708@gmail.com
обсуждение исходный текст
Ответ на Re: Old/New  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
On 01/22/2010 01:16 PM, Bob Pawley wrote:
> I have a single row that is being duplicated on insert.
>
> Update statement -
> update p_id.processes
> set pump1 = 'True'
> where p_id.processes.fluid_id = '3501' ;
>
> The proper field is updated.
>
> Bob
>


This is insufficient detail. What is the row? What are the two versions?
Is the insert you are talking about being done on the table with the
trigger or the table referred to in the trigger?


--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: "Bob Pawley"
Дата:
Сообщение: Re: Old/New
Следующее
От: Serge Fonville
Дата:
Сообщение: Re: MySQL -> Postgres migration tools?