prostgres + java + transactions

Поиск
Список
Период
Сортировка
От jose antonio leo
Тема prostgres + java + transactions
Дата
Msg-id KAEFLIDKHEJNPPKOLGHMGEGICNAA.jaleo8@storelandia.com
обсуждение исходный текст
Список pgsql-general
Hi!
I have an application (jsp+servlets+beans) in java. It updates rows of a
table of pgsql.

I would like to block the rows and I do it with  "select for update" but if
an other user
tries update the same row then he waits for that the firts user finishes the
instruction.
There is any instruccions for I know the rows blocked.

Thanks


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Updating a table via a view
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: PostgreSQL x Oracle