"Gregor" <[EMAIL PROTECTED]> writes:
> API funtions lo_open, lo_write, lo_import don't work.
You need to do lo_open/lo_write/etc inside a transaction block, because
the LO handle returned by lo_open is only good until end of transaction.
(And yes, zero is a valid handle.) See the example program
The following bug has been logged online:
Bug reference: 2823
Logged by: Gregor
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2, 8.1
Operating system: Windows
Description:API largeobject calls
Details:
Hello,
API funtions lo_open, lo_write, lo_import don't