a simple trigger?

From: "Nguyen , Nguyen" <Nguyen_Nguyen(at)MyCio(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: a simple trigger?
Date: 2000-10-27 22:25:35
Message-ID: 75256BFE0332D4118969009027E77E7C24FE2B@static-5-14.dhcp.nai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello,

i have created a trigger that executes a c function, foo(), after something
is inserted into my table. foo() is supposed to simply write a string to
some file. but after i do an INSERT, nothing is written.
i compiled the source file:
gcc -fPIC -g -c a.c
and then made a shared library:
gcc -shared -W1 -soname,mylib1.so.1 -o mylib1.so.1.0.1 a.o -lc
then i created the function before i created my trigger.
so what am i doing wrong?

i also tried creating a raw psql function (CREATE FUNCTION...) for my
trigger to call, but when i tried creating the trigger, it complained: the
function has to return an opaque type. but sql functions can't return type
opaque. what do i do?

i would appreciate any help anyone could give me.

thanks,
nguyen
da79c(at)hotmail(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2000-10-27 22:25:41 Re: Re: [GENERAL] 7.0 vs. 7.1 (was: latest version?)
Previous Message Bruce Momjian 2000-10-27 22:15:40 Re: [HACKERS] Re:RPM dependencies (Was: 7.0 vs. 7.1 (was: latest version?))