Re: binary data types and streaming

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: binary data types and streaming
Дата
Msg-id 200602212231.16715.peter_e@gmx.net
обсуждение исходный текст
Ответ на binary data types and streaming  (David Durham <ddurham@vailsys.com>)
Ответы Re: binary data types and streaming  (David Durham <ddurham@vailsys.com>)
Список pgsql-admin
David Durham wrote:
>     What are the differences between using the bytea type and the
> BLOB type?

The bytea type exists, the blob type does not.

>     Is there any type of streaming support built into postgres'
> binary datatype handling?  For instance, can I specify a beginning
> offset for the binary data that I want>

substring and other such functions are available.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-admin по дате отправления:

Предыдущее
От: David Durham
Дата:
Сообщение: binary data types and streaming
Следующее
От: David Durham
Дата:
Сообщение: Re: binary data types and streaming