Re: Lob Streaming

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: rareddy(at)redhat(dot)com
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Lob Streaming
Date: 2011-02-07 16:18:24
Message-ID: AANLkTi=_BaF7=-ZhSK_GaNW3=_10fKW365GPia80d4pL@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Mon, Feb 7, 2011 at 7:00 AM, Ramesh Reddy <rareddy(at)redhat(dot)com> wrote:

> Hi,
>
> Does psql-odbc driver support lob streaming? I could successfully get
> 'bytea' content, but for large size > GB lobs I am running into memory
> issues. Can you body suggest any alternatives.
>

Try using the PostgreSQL contrib module "lo."

http://www.postgresql.org/docs/9.0/interactive/lo.html

also see:
http://www.postgresql.org/docs/9.0/interactive/vacuumlo.html

--
Regards,
Richard Broersma Jr.

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ramesh Reddy 2011-02-07 21:09:02 How to turn on debugging
Previous Message Ramesh Reddy 2011-02-07 15:00:06 Lob Streaming