Re: [JDBC] Issue with large objects

Поиск
Список
Период
Сортировка
От Chris White (cjwhite)
Тема Re: [JDBC] Issue with large objects
Дата
Msg-id 200412111742.iBBHgF6n015475@sj-core-3.cisco.com
обсуждение исходный текст
Ответ на Re: [JDBC] Issue with large objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [JDBC] Issue with large objects
Список pgsql-admin
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 [mailto:tgl@sss.pgh.pa.us]
Sent: Saturday, December 11, 2004 9:36 AM
To: cjwhite@cisco.com
Cc: pgsql-admin@postgresql.org; pgsql-jdbc@postgresql.org
Subject: Re: [JDBC] Issue with large objects

"Chris White (cjwhite)" <cjwhite@cisco.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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [JDBC] Issue with large objects
Следующее
От: "Gayatri Ganpaa"
Дата:
Сообщение: problem with JDBC connection on gumbo nodes