Re: BLOBs

From: André Næss <andre(dot)nass(at)student(dot)uib(dot)no>
To: "PGSQL-SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: BLOBs
Date: 2000-07-28 09:40:26
Message-ID: 00fa01bff877$dd7fcc40$74b5f8c2@wkst6
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


----- Original Message -----
From: "Bernie Huang" <bernie(dot)huang(at)ec(dot)gc(dot)ca>

> Hi, everyone,
>
> Browsing through the online manual, I didn't find anything related to
> BLOBs, but I know there must be BLOBs since many people are asking about
> it on the list and there is a pg_fetch_object() in PHP for Postgres.
> Could anyone points me an URL where I can look it up? Thanks.

PHP's pg_fetch_object() actually just turns a normal row into an object
using the fieldnames as names for the instance variables. I couldn't find
anything about BLOBs in the PostgreSQL reference, but have a look at the
pg_lo****() functions in PHP, they are used for interacting with BLOBs

André Næss

In response to

  • BLOBs at 2000-07-27 22:19:35 from Bernie Huang

Browse pgsql-sql by date

  From Date Subject
Next Message Itai Zukerman 2000-07-28 11:04:07 Re: Conditional rule?
Previous Message André Næss 2000-07-28 09:32:46 Re: Conditional rule?