Re: binary data types and streaming - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: binary data types and streaming
Date
Msg-id 200602212231.16715.peter_e@gmx.net
Whole thread Raw
In response to binary data types and streaming  (David Durham <ddurham@vailsys.com>)
Responses Re: binary data types and streaming
List 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 by date:

Previous
From: David Durham
Date:
Subject: binary data types and streaming
Next
From: David Durham
Date:
Subject: Re: binary data types and streaming