Re: [GENERAL] Large Objects

2005-01-03 Thread Dan Boitnott
On Jan 1, 2005, at 11:40 AM, Joshua D. Drake wrote: Intresting. What is the size when bytea become inafective ? Currently i keep all my products images in bytea record. is it practical ? Well I am going to make the assumption that you product images are small... sub 100k or something. Bytea is

[GENERAL] Large Objects

2004-12-30 Thread Dan Boitnott
I need to do some investigation into the way Postgres handles large objects for a major project involving large objects. My questions are: * Can large objects be stored within a field value or must they be referenced by OID? * Are large objects backed up in the normal way or does special