Re: Old/New

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Old/New
Date: 2010-01-22 21:24:27
Message-ID: 4B5A178B.1070708@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Serge Fonville 2010-01-22 21:45:21 Re: MySQL -> Postgres migration tools?
Previous Message Sarkar, Sudipta 2010-01-22 21:19:16 initdb failes on Traditional chinese machine when postgres install directory contains chinese characters.