Thread: inserting large object with attribute by through libpq

inserting large object with attribute by through libpq

From
s0229007
Date:
Hi,I am write a c program.Could I do something like

INSERT INTO xxx (name, raster)    VALUES ('beautiful image', large_object)); ?

while the large_object is an data array in c program.