Re: Trigger question

From: Josh Jore <josh(at)greentechnologist(dot)org>
To: denis(at)coralindia(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Trigger question
Date: 2002-07-25 11:54:26
Message-ID: Pine.BSO.4.44.0207250651540.31066-100000@kitten.greentechnologist.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, 25 Jul 2002 denis(at)coralindia(dot)com wrote:

> Hi all,
>
> I have written a trigger in which i am updating few rows of another table
> (AFTER insert in MAIN table).

So you read the nicely written docs?

> Is there any variable available like we have SQL%COUNT in Oracle ??? Does
> Postgres creates any INTERNAL CURSOR like Oracle ??

Sure, this is *right* in the spot in the manual about coding triggers
(which you already read once). It's something like

GET DIAGNOSTICS rc = ROW_COUNT;

or such. But verify that by reading the man page.

Joshua b. Jore ; http://www.greentechnologist.org

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message John Gunther 2002-07-25 12:43:59 Compiling a user C function in 7.2.1
Previous Message Jerome Chochon 2002-07-25 09:51:02 Add value in an Array