inserting large object with attribute by through libpq

From: s0229007 <s0229007(at)cc(dot)ncu(dot)edu(dot)tw>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: inserting large object with attribute by through libpq
Date: 2003-05-07 17:17:30
Message-ID: 3EB93FAA.5040303@cc.ncu.edu.tw
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2003-05-07 19:03:44 Re: GetValue(), floats, and locales
Previous Message Jeroen T. Vermeulen 2003-05-07 16:40:25 Re: GetValue(), floats, and locales