prostgres + java + transactions - Mailing list pgsql-general

From jose antonio leo
Subject prostgres + java + transactions
Date
Msg-id KAEFLIDKHEJNPPKOLGHMGEGICNAA.jaleo8@storelandia.com
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Updating a table via a view
Next
From: Andrew Sullivan
Date:
Subject: Re: PostgreSQL x Oracle