prostgres + java + transactions

From: "jose antonio leo" <jaleo8(at)storelandia(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: prostgres + java + transactions
Date: 2003-02-10 14:56:13
Message-ID: KAEFLIDKHEJNPPKOLGHMGEGICNAA.jaleo8@storelandia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-02-10 15:51:02 Re: PostgreSQL x Oracle
Previous Message Tom Lane 2003-02-10 14:54:09 Re: Updating a table via a view