Re: [ADMIN] [JDBC] Issue with large objects

2004-12-11 Thread Tom Lane
"Chris White (cjwhite)" <[EMAIL PROTECTED]> writes: > Also, I found by re-indexing the pg_largeobject table the problem seems to > have gone away. Um. That's probably destroyed the evidence :-( ie gotten rid of whatever weird state you'd gotten the index into. But if you have any luck reproducin

Re: [ADMIN] [JDBC] Issue with large objects

2004-12-11 Thread Tom Lane
"Chris White (cjwhite)" <[EMAIL PROTECTED]> writes: > I am putting a large object into my database using jdbc interface and using > LargeObjectManager to do largeobject open, write and close. After several > largeobject writes I get the following message > 'failed to re-find parent-key in "pg_lar

Re: [ADMIN] [JDBC] Issue with large objects

2004-12-11 Thread Chris White (cjwhite)
This is 7.4.5. I'm not sure I can get it to happen on an empty database, the database this is happening on has about 300 large objects, but I will try. Also, I found by re-indexing the pg_largeobject table the problem seems to have gone away. Chris White -Original Message- From: Tom Lane