Re: what could be blocking an insertion?

Поиск
Список
Период
Сортировка
От Sascha Bohnenkamp
Тема Re: what could be blocking an insertion?
Дата
Msg-id 5p8c2tFpre14U1@mid.individual.net
обсуждение исходный текст
Ответ на what could be blocking an insertion?  (Kent Tong <kent@cpttm.org.mo>)
Список pgsql-general
> There were other JDBC clients but they never
> lock any tables. They all used transactions with the serializable isolation level.

If you have concurrent access and some isolation you have locking.
If two inserts/updates try to change the same data (even via
triggers/rules) you get a failed commit.

maybe tis helps

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

Предыдущее
От: Abandoned
Дата:
Сообщение: Re: Copy the database..
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Postgresql simple query performance question