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
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 |