Re: SQL & Binary Data Questions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL & Binary Data Questions
Дата
Msg-id 28955.1148048583@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL & Binary Data Questions  ("Siah" <siasookhteh@gmail.com>)
Ответы Re: SQL & Binary Data Questions  ("Siah" <siasookhteh@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: allow LIMIT in UPDATE and DELETE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: allow LIMIT in UPDATE and DELETE