Re: Triggers

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Triggers
Date: 2002-08-16 14:36:12
Message-ID: 3D5D0DDC.5090305@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Darren Ferguson wrote:
>
> Seems really odd that you would do it this way. I can't think why you
> would not get the value first and then insert inot the table. I am
> assuming you get the value via (a).

I'm doing it this way for speed. I'm using PHP for the client and having
the client look up a value is much slower than having a trigger look it
up for me. At least I hope so ...

Jc

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-16 14:58:04 Re: Triggers
Previous Message Darren Ferguson 2002-08-16 14:33:19 Re: Triggers