Re: BLOB

From: Manuel Cabido <manny(at)tinago(dot)msuiit(dot)edu(dot)ph>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: BLOB
Date: 2002-09-18 22:32:47
Message-ID: Pine.LNX.4.44.0209190620420.10274-100000@tinago.msuiit.edu.ph
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi PostgreSQL Folks,

I would like to inquire how is the BLOB support in PostgreSQL is doing
now? Had there been some improvements? Can I have the blob support like in
this manner?

create table myblob (
blobid serial not null primary key,
name varchar(50),
image blob));

for some doc,xls, and ppt files, can i do this operations?

Insert into myblob (name,image) values (' personal data','personal.doc');
Insert into myblob (name,image) values (' business data','business.xls');
Insert into myblob (name,image) values (' presentation data','present.ppt');

I would appreciate it very much for whatever comments you can give me
on this.

Thank you and MORE POWER TO THE BEST OPENSOURCE DBMS!

Mr. Manny Cabido
Philippines

In response to

Responses

  • Re: BLOB at 2002-09-19 00:12:27 from Rod Taylor

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-09-18 23:20:58 Re: Open 7.3 items
Previous Message Tom Lane 2002-09-18 21:37:50 Re: Proposal for resolving casting issues