Re: Old/New - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Old/New
Date
Msg-id 4B5A178B.1070708@gmail.com
Whole thread Raw
In response to Re: Old/New  ("Bob Pawley" <rjpawley@shaw.ca>)
List 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 by date:

Previous
From: "Bob Pawley"
Date:
Subject: Re: Old/New
Next
From: Serge Fonville
Date:
Subject: Re: MySQL -> Postgres migration tools?