Re: PostgreSQL BLOB - Mailing list pgsql-general

From Denis Gasparin
Subject Re: PostgreSQL BLOB
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: PostgreSQL BLOB  (Manuel Cabido <[email protected]>)
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: [email protected]
---------------------------
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 [email protected]


pgsql-general by date:

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