Writing Large Objects

Поиск
Список
Период
Сортировка
От Chris White
Тема Writing Large Objects
Дата
Msg-id 008d01c231c3$a72615f0$ff926b80@amer.cisco.com
обсуждение исходный текст
Ответы Re: Writing Large Objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-jdbc
Documentation states that you must perform large object calls within a transaction. Do I need to do a commit when I have written the large object or does the close() on the object commit the object to the database. The reason I ask, is that I want to commit the object to the database independently of updating tables which will contain the objects oid.
 
Chris White

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Connection Pool
Следующее
От: "Chris White"
Дата:
Сообщение: Multi-thread use of a connection