Postgres Large Object

From: "Enrico Comini" <algobit(at)algobit(dot)com>
To: "ML-PHP-DB" <php-db(at)lists(dot)php(dot)net>
Subject: Postgres Large Object
Date: 2000-09-19 15:09:02
Message-ID: NCBBIOBMPJJBPJICNDLLMEFDDEAA.algobit@algobit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I' m a newbie with BLOBS.
I have pg-database with images in large object.
I read (with php) the blob but how to see this image ?

.......
pg_exec ($conn, "begin");
$handle=pg_loopen($conn,68129,"r");
$img=pg_loreadall($handle);
pg_loclose($handle);
pg_exec ($conn, "end");

echo "<img src=\"$img\" border=0>";

So i see only the blob like a sequence of chars

Thanks,
Enrico

Browse pgsql-general by date

  From Date Subject
Next Message Edward Q. Bridges 2000-09-19 15:26:03 error compiling plperl
Previous Message Philipp Käser 2000-09-19 14:38:32 RE: libpq: large objects