trigger function

From: "Romel Tarin" <rtarin(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: trigger function
Date: 2002-11-23 02:59:32
Message-ID: armmvv$195o$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

how can i get the data in trigger function, im mssql i just use select *
from inserted/updated/deleted, whats the equevalent in psotgre?

in mssql trigger
----------

s= ( select code from inserted) whats the equevalent command in postgre?

Romel

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Nuzum 2002-11-23 03:38:02 error on last line of function
Previous Message Jesus Rios 2002-11-23 02:07:29 Re: COMAND TO ADD NEW USER TO MY DATABASE????