delete trigger function in 'C'

Sandeep Joshi <sjoshi@zambeel.com>

From: Sandeep Joshi <sjoshi@Zambeel.com>
To: pgsql-novice@postgresql.org
Cc: pgsql-general@postgresql.org
Date: 2001-01-10T02:10:13Z
Lists: pgsql-general
How do I get the values of parameters in the query?

e.g.

  where x = 'op';


i.e. How do I get ?

field: x
value : op

any example, pointers will help.

thanks,
Sandeep Joshi