Loading Binary Data into Bytea Fields?

From: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Loading Binary Data into Bytea Fields?
Date: 2004-07-07 01:41:58
Message-ID: 40EB54E6.1080408@eku.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am getting ready to try to add image viewing into my postgresql browser...

I am probably going to start with storing a thumbnail and a URL for the
actual
image in the table.

Is there any demo code for loading binary (actually images...) data into
a bytea field.

The data is going to come from a file....

Jerry

PS: Searching the archives has become painfully slow for me...are there
any mirror
sites that have reasonable response times?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2004-07-07 03:44:20 Re: Loading Binary Data into Bytea Fields?
Previous Message David Helgason 2004-07-07 01:15:52 Re: Syntax question