Trigger question

From: denis(at)coralindia(dot)com
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Trigger question
Date: 2002-07-25 07:17:11
Message-ID: 008501c233ab$4c5bbd20$0232a8c0@coralindia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,

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

Now, i want to know how many rows of another table are updated ???

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

Any help will be appreciated...

Thanx

Denis

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jerome Chochon 2002-07-25 09:51:02 Add value in an Array
Previous Message Duncan Sargeant 2002-07-25 03:57:42 Re: table move across databases