Start up question about triggers

From: "Forums (at) Existanze" <forums(at)existanze(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Start up question about triggers
Date: 2006-06-20 07:32:33
Message-ID: 200606200732.k5K7WZCP011895@auth-smtp.hol.gr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I know that this question may be really simple, but I have decided to ask
here due to fact that I don't know how to search for this on google or on
the docs.

I created a trigger fuction which updates a specific row in some table A. Is
it possible to retain the query that was used to trigger the function. For
example

Table A
query_row_id
query_row



TABLE B
id
name





If I create a trigger on table B that says that after the insert command to
write the query into table A. So if I do

insert into B values(1,"Blah")

this will trigger my trigger. Is there any way to get the "insert into B
values(1,"Blah")? At the moment I can see only the type of query that it is
(INSERT UPDATE DELETE)

best regards,
Fotis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sandro Dentella 2006-06-20 08:20:33 best way to get PKey and FKey from inside applications (permission pb)
Previous Message Oleg Golovanov 2006-06-20 07:29:42 DocBook 4.2 detecting at configure time