Re: [GENERAL] Error loading trigger in C

2004-07-01 Thread Doug McNaught
Juan Jose Costello Levien <[EMAIL PROTECTED]> writes: > Hello, > I am trying to use a trigger function I wrote in C. Basically what I > want to do is to audit a table when a row is inserted into another > table by copying the row to the new table. It compiles Ok and I > created a shared library tr

[GENERAL] Error loading trigger in C

2004-07-01 Thread Juan Jose Costello Levien
Hello, I am trying to use a trigger function I wrote in C. Basically what I want to do is to audit a table when a row is inserted into another table by copying the row to the new table. It compiles Ok and I created a shared library trigger.so. But when I load it into pgAdmin it tells me 'An err