Re: Large object support in ecpg

From: Bosco Rama <postgres(at)boscorama(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Large object support in ecpg
Date: 2010-08-26 17:28:06
Message-ID: 4C76A426.4050904@boscorama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Eisentraut 2010-09-26 14:32:37 Re: [INTERFACES] ECPG Documentation Improvement
Previous Message Satoshi Nagayasu 2010-08-26 12:25:51 Re: Large object support in ecpg