Re: Saving Images - Mailing list pgsql-php

From Louis Bertrand
Subject Re: Saving Images
Date
Msg-id Pine.BSO.4.20.0101221143400.18399-100000@grendel.bts
Whole thread Raw
In response to Saving Images  (Paul Joseph McGee <mcgee@student.cs.ucc.ie>)
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  <louis@bertrandtech.on.ca>

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: chriswood@wvda.com
Date:
Subject: Re: Saving Images