"Complex" data types like BYTEA in embedded SQL with ecpg

From: Hans-Michael Stahl <Hans-Michael(dot)Stahl(at)condat(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: "Complex" data types like BYTEA in embedded SQL with ecpg
Date: 2004-12-13 16:36:16
Message-ID: 41BDC500.3030703@condat.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I cannot find any information on how to handle the more "unusual" or
"complex" data types in embedded SQL with C. The only data type treated
in the docs is VARCHAR which is handled by the proprocessor.

Especially I am interested in handling BYTEA in embedded SQL. How is it
declared?
--
With kind regards | Mit freundlichen Gruessen
Hans-Michael Stahl
Condat AG
Alt-Moabit 91d | 10559 Berlin | Germany | Old Europe
tel: +49.30.3949-1155 | fax: +49.30.3949-2221155
http://www.condat.de/

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2004-12-13 16:37:28 Re: pg_restore taking 4 hours!
Previous Message juleni 2004-12-13 16:04:17 Re: Select after insert to the unique column