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

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: "'Frank Zhu'" <frankzyz(at)etang(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Text/Image, JSP tomcat. How can I operate the text and image
Date: 2001-10-18 13:40:15
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F74700@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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(at)etang(dot)com]
> Sent: Tuesday, October 16, 2001 4:42 AM
> To: pgsql-sql(at)postgresql(dot)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.
>
>

Browse pgsql-sql by date

  From Date Subject
Next Message Hunter, Ray 2001-10-18 14:59:41 Replication
Previous Message Henshall, Stuart - WCP 2001-10-18 13:28:31 Re: Deleting obsolete values