pgsql-bugs(at)postgresql(dot)org writes:
> Using libpq to access a repote database from a c trigger function breaks.
Try linking libpq.a into your .so file. I think your references to
PQexec and so forth are being resolved to the
similarly-named-but-completely-different functions that exist in the
backend (see src/backend/libpq). There is no copy of client libpq in
the standard backend.
regards, tom lane
In response to
Responses
pgsql-bugs by date
| Next: | From: Peter Eisentraut | Date: 2001-03-07 19:37:07 |
| Subject: Re: Using libpq to access a repote database from a c trigger
function breaks. |
| Previous: | From: pgsql-bugs | Date: 2001-03-07 18:03:33 |
| Subject: Using libpq to access a repote database from a c trigger function breaks. |