Re: [BUGS] Large Object / libPQ : problem

2000-08-19 Thread Tom Lane
Chris <[EMAIL PROTECTED]> writes: > the libpq functions 'lo_open', the function fails. (also, lo_import > fails in the call to lo_open.) After some experiments, I found that > the lo_open function seemed to work at open-time, but it's calling > 'lo_lseek' just after, and that seems not to work. I

[BUGS] Large Object / libPQ : problem

2000-08-19 Thread Chris
Hi, all. I'm encoutering a problem with libpq when opening a large object. If I use lo_import within psql, there's no problem. But when I use the libpq functions 'lo_open', the function fails. (also, lo_import fails in the call to lo_open.) After some experiments, I found that the lo_open functio