Re: SQL & Binary Data Questions - Mailing list pgsql-general

From Tom Lane
Subject Re: SQL & Binary Data Questions
Date
Msg-id 28955.1148048583@sss.pgh.pa.us
Whole thread Raw
In response to SQL & Binary Data Questions  ("Siah" <siasookhteh@gmail.com>)
Responses Re: SQL & Binary Data Questions  ("Siah" <siasookhteh@gmail.com>)
List pgsql-general
"Siah" <siasookhteh@gmail.com> writes:
> Is there any better method of pushing binary data to
> postgres besides parsing it into ascii sql which seems extremely
> inefficient to me.

Yeah, send it as an out-of-line binary parameter.  Dunno whether you can
get at that from Python though :-(

            regards, tom lane

pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: allow LIMIT in UPDATE and DELETE
Next
From: Tom Lane
Date:
Subject: Re: allow LIMIT in UPDATE and DELETE