How to insert values in BYTEA? - Mailing list pgsql-general

From Oliver Nolden
Subject How to insert values in BYTEA?
Date
Msg-id 20040924153719.76590.qmail@web25306.mail.ukl.yahoo.com
Whole thread Raw
List pgsql-general
Hi everyone,

I have a table with a bytea-column:

CREATE TABLE picture(
 id int primary key,
 preview bytea NOT NULL);

How can I insert a value in the bytea-column
'preview'? The function 'lo_import()' does only work
for oid. But what is about bytea?

If somebody has any suggestions or ideas, that would
be great.

Thanks a lot in advance,

Oliver






___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

pgsql-general by date:

Previous
From: Amin Abdulghani
Date:
Subject: Removed and then missing pg_clog file
Next
From: David Helgason
Date:
Subject: Re: Large arrays give long lag on server side before command executes