Re: [GENERAL] Locking rows

2005-05-26 Thread Tom Lane
"gabriele zelasco" <[EMAIL PROTECTED]> writes: > I would like to start a transaction with a sql function. > When user press "edit" button on my form, i would lock the current row. > After user has modified data on form, pressing "save" button I would save t= > he modified row by sql update function

[GENERAL] Locking rows

2005-05-26 Thread gabriele zelasco
Hi.I'm using postgresql 8.0.3 under win2000 and developing with VS2003 (npgsql net provider).I would like to start a transaction with a sql function.When user press "edit" button on my form, i would lock the current row.After user has modified data on form, pressing "save" button I would sa