Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2285 visitors today
Log In Register

Forum OpenACS Development: Re: lob hack in nspostgres and OpenACS

OpenACS Home : Forums : OpenACS Development : Re: lob hack in nspostgres and OpenACS : One Message

+
Posted by Lamar Owen on
Last I checked, bytea was toasted and not a 'large object'.

The issue is formatting the data in and out properly in queries.

But bytea's are dumped and vacuumed, if memory serves.  Straight text type is just a special case of bytea.  I'll have to check around....