How to convert ByteA to Large Objects - Mailing list pgsql-general

From Howard Cole
Subject How to convert ByteA to Large Objects
Date
Msg-id 4979B322.5060004@selestial.com
Whole thread Raw
Responses Re: How to convert ByteA to Large Objects  ("Francisco Figueiredo Jr." <francisco@npgsql.org>)
Re: How to convert ByteA to Large Objects  (Sam Mason <sam@samason.me.uk>)
List pgsql-general
Hi All,

Is there some nice SQL I can use to convert a BYTEA field into large
objects?

I am having some memory problems handling bytea parameters in Npgsql -
getting out of memory errors. From reading various posts on this I see
that bytea's can consume much more memory than the size of the object so
I am going to convert these bytea's to large objects so I can chunk the
data.

Thanks,

Howard Cole
www.selestial.com

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Using null or not null in function arguments
Next
From: Igor Katson
Date:
Subject: Re: Using null or not null in function arguments