Re: BLOB - Mailing list pgsql-hackers

From Manuel Cabido
Subject Re: BLOB
Date
Msg-id Pine.LNX.4.44.0209190620420.10274-100000@tinago.msuiit.edu.ph
Whole thread Raw
In response to Re: Proposal for resolving casting issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: BLOB
List 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




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal for resolving casting issues
Next
From: Bruce Momjian
Date:
Subject: Re: Open 7.3 items