connection status and lo

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема connection status and lo
Дата
Msg-id 7104a737050430140750356c36@mail.gmail.com
обсуждение исходный текст
Список pgsql-novice
Hi,

I've some questions about the relation between connection status and
large objects.

1) What'd be the effects of closing the connection before closing an
opened lo? (Would it cause any data corruption?)

2) You know, lo commans are placed within transaction blocks. And in a
transaction block, when the connection is lost, it's rolled back. So
this means, if I lost the connection before committing lo changes,
they'll all be rolled back, right?

3) And also, if I'd establish the connection again, will I be able to
use same file descriptior to access opened lo or will I need to call
lo_open() again?

Best regards.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with DirectFunctionCall3(array_in,...)
Следующее
От: tövis
Дата:
Сообщение: CONSTRAINT ... FOREIGN KEY