Re: [GENERAL] losing my large objects with Postgresql 8.1.4 and 8.1.5

2007-01-05 Thread Tom Lane
Eric Davies <[EMAIL PROTECTED]> writes: > Some of my custom server functions/data types that work correctly > under Postgresql 8.0.1 are having trouble with lost large objects > under Postgresql 8.1.4 and Postgresql 8.1.5, but only in particular > usages. > When I execute the following sequenc

[GENERAL] losing my large objects with Postgresql 8.1.4 and 8.1.5

2007-01-05 Thread Eric Davies
Some of my custom server functions/data types that work correctly under Postgresql 8.0.1 are having trouble with lost large objects under Postgresql 8.1.4 and Postgresql 8.1.5, but only in particular usages. I'm hoping somebody familiar with the changes made to Postgresql since 8.0.X can su