Thread: Table Locking

Table Locking

From
Jeff Gerhart
Date:
Does anyone know when update locks at a granularity below the table
level will be supported in postgresql? I'mm under the impression that an
update requires an exclusive table lock.

Thx,
Jeff





Re: [GENERAL] Table Locking

From
Vadim Mikheev
Date:
Jeff Gerhart wrote:
>
> Does anyone know when update locks at a granularity below the table
> level will be supported in postgresql? I'mm under the impression that an
> update requires an exclusive table lock.

We hope to have multi-version concurrency control in 6.5

Vadim