Re: Saving Images

From: Louis Bertrand <louis(at)bertrandtech(dot)on(dot)ca>
To: Paul Joseph McGee <mcgee(at)student(dot)cs(dot)ucc(dot)ie>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Saving Images
Date: 2001-01-22 16:46:31
Message-ID: Pine.BSO.4.20.0101221143400.18399-100000@grendel.bts
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)bertrandtech(dot)on(dot)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
>

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Alexandr A. Listopad 2001-01-22 18:28:24 Re: Saving Images
Previous Message chriswood 2001-01-22 16:12:04 Re: Saving Images