Re: [JDBC] Issue with large objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cjwhite(at)cisco(dot)com
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Issue with large objects
Date: 2004-12-11 17:36:02
Message-ID: 17161.1102786562@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-jdbc

"Chris White (cjwhite)" <cjwhite(at)cisco(dot)com> 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_largeobject_loid_pn_index"'

What PG version is this? Can you put together a self-contained test
case (ie, one that causes the error starting from an empty database)?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Chris White (cjwhite) 2004-12-11 17:42:15 Re: [JDBC] Issue with large objects
Previous Message Vishal Kashyap @ [SaiHertz] 2004-12-11 17:12:31 Re: Please unsubscribe from mailing list.

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2004-12-11 17:37:16 Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Previous Message Pucky Loucks 2004-12-11 17:35:58 Re: Java Studio Creator Fix/Hack