Re: Large object support in ecpg - Mailing list pgsql-interfaces

From Bosco Rama
Subject Re: Large object support in ecpg
Date
Msg-id 4C76A426.4050904@boscorama.com
Whole thread Raw
In response to Re: Large object support in ecpg  (Satoshi Nagayasu <satoshi.nagayasu@gmail.com>)
List pgsql-interfaces
Satoshi Nagayasu wrote:
> 
> I had some experiences on using large objects in ECPG
> with using ECPGget_PGconn(). However, ECPGget_PGconn() is
> not recommended in ECPG application, so it's "at your own risk".
> 
> For more details, please download my document from below,
> and check "Large Objects" section to handle large objects.
> 
> http://code.google.com/p/ecpgdocs/downloads/detail?name=ecpg_html.zip&can=2&q=#makechanges

Thanks for this.  I wonder why a google search didn't find this?
Anyway, that describes pretty much what I figured I'd have to do.

However, I would really like a sanctioned method.  It seems that
using the above function is not deemed 'proper'.  But if this is
the only way to do it, then I guess I'll need to be a bad boy. :-)

Thanks again.

Bosco.


pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: Large object support in ecpg
Next
From: Peter Eisentraut
Date:
Subject: Re: [DOCS] ECPG Documentation Improvement