[NOVICE] BYTEA Arrays Input and Output C example - Mailing list pgsql-novice

From Ruslan R. Laishev
Subject [NOVICE] BYTEA Arrays Input and Output C example
Date
Msg-id 1682671508843437@web6j.yandex.ru
Whole thread Raw
List pgsql-novice
Hi All!
 
Is there someone who can share a knowledge about: how to pass in/out array of argumens from C to stored procedures by using LIBPQ ?
 
just for example I have SP like:
 
zz (IN id::UUID, IN vols::UUID[], OUT k::BYTEA[]);
 
What I'm need to put into "paramValues", "paramLength" of the PQexecPrepared() ?
 
 
 
 
-- 
С уважением,
Ruslan R. Laishev
OpenVMS bigot, natural born system/network progger, C contractor.
+79013163222
+79910009922
 

pgsql-novice by date:

Previous
From: Ruslan R. Laishev
Date:
Subject: Re: [NOVICE] LibPQ, C, BLOB or BYTEA
Next
From: Stephen Froehlich
Date:
Subject: Re: [NOVICE] Issues shutting down PostgreSQL 10 cleanly