C function

From: Vjy <vijay(at)iavian(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: C function
Date: 2008-05-13 18:18:47
Message-ID: 35cab01c0805131118q14465284q3275263702a5a21b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wrote a C function that will connect to oracle and do insert.

then I created a trigger that calls this C function for any
insets/updates on TABLE A

when there is a insert in table A , the C function is not called at
all, any reason why ?

--
http://iavian.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2008-05-13 18:23:27 Re: pg_standby / WAL archive-restore through system restarts
Previous Message Robert Treat 2008-05-13 18:13:00 Re: PG -v- MySQL