help lock record - Mailing list pgsql-jdbc

From bitrunner
Subject help lock record
Date
Msg-id 4473483E.9090202@katamail.com
Whole thread Raw
Responses Re: help lock record  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
For lock the record I use:
select * from orders where id = 17 for update

in this way lock the record with id = 17.
If an other user demands the same record as I can understand that it is
lock?

Thanks a lot.

pgsql-jdbc by date:

Previous
From: Glenn Holmer
Date:
Subject: reading null date field
Next
From: Dave Cramer
Date:
Subject: Re: help lock record