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.