lock row

Started by Jonathan davisalmost 27 years ago2 messagesgeneral
Jump to latest
#1Jonathan davis
haj@idianet.net

hello

how to lock a row in the table in postgresql ?

thanks

#2José Soares
jose@sferacarta.com
In reply to: Jonathan davis (#1)
Re: [INTERFACES] lock row

Jonathan Davic ha scritto:

hello

how to lock a row in the table in postgresql ?

thanks

PostgreSQL current version allows only table locks.
If you need row-level locking you have to wait for v6.5 (1 Jun).
______________________________________________________________
PostgreSQL 6.5.0 on i586-pc-linux-gnu, compiled by gcc 2.7.2.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jose'