Re: BLOB type - Mailing list pgsql-general

From Vladislav Breus
Subject Re: BLOB type
Date
Msg-id 3AF2450B.6A0BDD38@dtr.donetsk.ua
Whole thread Raw
In response to Re: BLOB type  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
Can I use UPDATE or INSERT to store data this type, or I must
use lo_import or lo_export ONLY?

for ex.

%insert into test (col) ('<--- binary data --->');

Is it possible ?

Peter Eisentraut wrote:
>
> Vladislav Breus writes:
>
> > Has PostgreSQL the data type such ORACLE BLOB type ?
>
> bytea is for storing binary data.

pgsql-general by date:

Previous
From: Robert
Date:
Subject: Re: Invoices
Next
From: "Steve Ackerman"
Date:
Subject: RE: Ideal hardware configuration for pgsql