how to write/setup a C trigger function in a background worker

From: jacques klein <jacques(dot)klei(at)googlemail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: how to write/setup a C trigger function in a background worker
Date: 2015-08-19 15:37:31
Message-ID: 1439998651.10236.10.camel@jkn0.kehl.dalim.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I would like to execute a trigger function (written in C) in one of my
background workers.

Didn't figure out how to do that not even if it's possible.

Currently my trigger function is called, but in the "server-process"
connected to the client who does the "insert into ..." .

Any hint/help is welcome.

Jacques K.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-08-19 15:39:01 Re: Reduce ProcArrayLock contention
Previous Message Shulgin, Oleksandr 2015-08-19 15:25:07 Re: Proposal: Implement failover on libpq connect level.