Re: Transaction Isolation - read uncommitted

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: Transaction Isolation - read uncommitted
Дата
Msg-id kp4totg2q26l52dl0ht8964qaddmcdnlm8@4ax.com
обсуждение исходный текст
Ответ на Transaction Isolation - read uncommitted  (Ralf Reissig <rreissig@covalent.net>)
Список pgsql-jdbc
On Mon, 27 Aug 2001 15:25:23 -0700, Ralf Reissig wrote:
>I there any support in postgres for reading uncommited data
>without a read lock ?

No, there isn't. A dirty read is not possible with PostgreSQL.
This is not JDBC specific. See
http://www.postgresql.org/idocs/index.php?sql-set-transaction.html
http://www.postgresql.org/idocs/index.php?transaction-iso.html

Regards,
René Pijlman <rene@lab.applinet.nl>

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: ? (question mark) characters
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Patch for broken JDBC's getColumn()