Re: BLOB type

From: Vladislav Breus <vlad(at)dtr(dot)donetsk(dot)ua>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: BLOB type
Date: 2001-05-04 05:58:35
Message-ID: 3AF2450B.6A0BDD38@dtr.donetsk.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Diana Cionoiu 2001-05-04 07:09:18 Re: troubles with postgresql 7.0.2
Previous Message Robert 2001-05-04 05:57:43 Re: Invoices