How to insert values in bytea?

From: Oliver Nolden <oliver_nol(at)yahoo(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: How to insert values in bytea?
Date: 2004-09-24 15:39:53
Message-ID: 20040924153953.76946.qmail@web25301.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Browse pgsql-sql by date

  From Date Subject
Next Message Greg Stark 2004-09-24 20:34:47 Re: [SQL] need ``row number``
Previous Message Vladimir S. Tikhonjuk 2004-09-24 14:21:48 INDEX problem