Re: Saving Images

Поиск
Список
Период
Сортировка
От Louis Bertrand
Тема Re: Saving Images
Дата
Msg-id Pine.BSO.4.20.0101221143400.18399-100000@grendel.bts
обсуждение исходный текст
Ответ на Saving Images  (Paul Joseph McGee <mcgee@student.cs.ucc.ie>)
Список 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 по дате отправления:

Предыдущее
От: Paul Joseph McGee
Дата:
Сообщение: Saving Images
Следующее
От: chriswood@wvda.com
Дата:
Сообщение: Re: Saving Images