Thread: Re: Text/Image, JSP tomcat. How can I operate the text and image

Re: Text/Image, JSP tomcat. How can I operate the text and image

From
"Henshall, Stuart - WCP"
Date:
Have a look at lo_import and lo_export. Can handle chunks at a time
Also bytea type. You have to handle complete items with this. Although it'd
need some formating. I believe zeros go to \000, ' to \' and \ to \\ as a
bare minimum, but am not at all sure on that.
- Stuart

> -----Original Message-----
> From:    Frank Zhu [SMTP:frankzyz@etang.com]
> Sent:    Tuesday, October 16, 2001 4:42 AM
> To:    pgsql-sql@postgresql.org
> Subject:    Text/Image, JSP tomcat. How can I operate the text and image
> type field in Postgresql? only in java/jsp
> 
> I want to store a long article in the Postgresql in Linux, how can I put
> the
> content into it and redraw it back to show? urgent. Thanks.
> I use JSP.
> I note that all database systems are very dull in BLOB. Why?
> 
> Frank Zhu.
> 
>