Обсуждение: inserting large object with attribute by through libpq

Поиск
Список
Период
Сортировка

inserting large object with attribute by through libpq

От
s0229007
Дата:
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.