Re: PostgreSQL BLOB - Mailing list pgsql-general

From Denis Gasparin
Subject Re: PostgreSQL BLOB
Date
Msg-id 200112060803.fB682sm31979@postgresql.org
Whole thread Raw
In response to Re: PostgreSQL BLOB  (Manuel Cabido <manny@tinago.msuiit.edu.ph>)
List pgsql-general
lo_export and lo_import  work on the backend side. If you are using php as
server side language, there are similar php functions that allow you to
open/read/write large objects.

--
Ing. Denis Gasparin: denis@edistar.com
---------------------------
Programmer & System Administrator - Edistar srl
www.edistar.com



Alle 03:56, giovedì 6 dicembre 2001, hai scritto:
> Hello,
>
>     How would I store jpeg file into postgresql and retrieve this jpeg
> file for display in my web page? I tried the lo_export and lo_import
> functions but do we have other means without resorting to these functions?
>
> manny
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


pgsql-general by date:

Previous
From: Manuel Cabido
Date:
Subject: Re: PostgreSQL BLOB
Next
From: Karel Zak
Date:
Subject: Re: Casting Varchar to Numeric