[GENERAL] Returning large bytea chunk

2008-02-17 Thread H . Harada
I would like to store very large data into one column, which contains my own data structure and memory layout. The data will be more than 500M bytes. I just wrote like: Datum myfunc(PG_FUNCTION_ARGS){ /* here get my data, allocated ~ 500M data */ ... /* allocate more than 500M */ bytea *

Re: [GENERAL] ERROR: relation with OID 1322527 does not exist

2008-02-19 Thread H . Harada
2008/2/20, Geoffrey <[EMAIL PROTECTED]>: > We've just started seeing these errors. Research I've done seems to > indicate that it's related to temp tables. Question is, we didn't start > seeing these errors until we started using slony to replicate our data. > > The errors only showed up shortly