Re: [SQL] TEXT type blob extraction in ecpg

2005-01-16 Thread KÖPFERL Robert
o quote it. > -Original Message- > From: none none [mailto:[EMAIL PROTECTED] > Sent: Montag, 10. Jänner 2005 18:43 > To: pgsql-sql@postgresql.org > Subject: [SQL] TEXT type blob extraction in ecpg > > > > Does any one know how to properly extract a TEXT type blob > (

[SQL] TEXT type blob extraction in ecpg

2005-01-14 Thread none none
Does any one know how to properly extract a TEXT type blob (undefined char length) in ecpg (Linux system)? We are converting our SQL from Informix to PostGres. Informix had a specific struct defined and I believe handled the dynamic memory allocation, but I cannot find any guidance on this iss