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



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to