Re: SQL & Binary Data Questions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Siah" <siasookhteh(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SQL & Binary Data Questions
Date: 2006-05-19 14:23:03
Message-ID: 28955.1148048583@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Siah" <siasookhteh(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-05-19 14:31:24 Re: allow LIMIT in UPDATE and DELETE
Previous Message Csaba Nagy 2006-05-19 14:22:42 Re: allow LIMIT in UPDATE and DELETE