Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Saving Images - Mailing list pgsql-php

From Louis Bertrand
Subject Re: Saving Images
Date
Msg-id [email protected]
Whole thread Raw
In response to Saving Images  (Paul Joseph McGee <[email protected]>)
List pgsql-php
Look at the PHP manual for the pg_lo* functions. They handle PostgreSQL
Large Objects (LO).

Note that these functions should be performed within a transaction
(BEGIN...COMMIT).

Ciao
 --Louis  <[email protected]>

On Mon, 22 Jan 2001, Paul Joseph McGee wrote:

> hi,
> i was just wondering how to go about saving an image in my PostgreSQL
> database. all i seem to find is the same page which doesnt describe at all
> well how to do it.
> Thanks,
> Paul
>


pgsql-php by date:

Previous
From: Paul Joseph McGee
Date:
Subject: Saving Images
Next
From: [email protected]
Date:
Subject: Re: Saving Images