18 Dec
2000
18 Dec
'00
2:35 p.m.
Paolo Quaglia wrote:
I have two DTML Documents:
first DTML: now called D1 <dtml-var header> ...1st sql statement: select * from customers where name='white'
As I understand it, to exclusively lock a table in postgresql, use SELECT .... FOR UPDATE, eg: ...1st sql statement: select * from customers where name='white' for update of customers Regards, Ivan