Thread: pg_loopen() unable to open large object

pg_loopen() unable to open large object

From
"Luca Scaramella"
Date:
The solution is:
My blob oid was very big.
I had to cast to (float) the oid parameter of pg_loopen.
Now works OK.