Re: BLOB

Поиск
Список
Период
Сортировка
От Manuel Cabido
Тема Re: BLOB
Дата
Msg-id Pine.LNX.4.44.0209190620420.10274-100000@tinago.msuiit.edu.ph
обсуждение исходный текст
Ответ на Re: Proposal for resolving casting issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: BLOB  (Rod Taylor <rbt@rbt.ca>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Proposal for resolving casting issues
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Open 7.3 items