Re: ERROR WHEN I LOAD A LARGE OBJECT

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: ERROR WHEN I LOAD A LARGE OBJECT
Дата
Msg-id 3C027B15.8080805@xythos.com
обсуждение исходный текст
Ответ на ERROR WHEN I LOAD A LARGE OBJECT  (Guillaume.Bonnet@alcatel.fr)
Список pgsql-jdbc
This error is most likely caused by the fact that you are doing a Large
Object operation outside the context of a transaction.  As the
documentation states, you must run Large Object calls with
setAutoCommit(false) - which is not the default.

thanks,
--Barry

Guillaume.Bonnet@alcatel.fr wrote:

>
>
> Hello,
>
> When I try to load a large object via JDBC , I have an exception on
> FastPath (similing random),
>
> FastPath call returned ERROR:  lo_tell: invalid large object descriptor
> (0)
>
> could you tell me more
>
>
> Thank...
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>



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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: CallableStatements
Следующее
От: Barry Lind
Дата:
Сообщение: Re: [HACKERS] JDBC improvements