Re: 7.1.1 Lock Problems on Views

From: Brian Powell <brian(at)owlscreech(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: 7.1.1 Lock Problems on Views
Date: 2001-05-31 17:06:00
Message-ID: 200105311704.LAA17208@sisyphus.owlscreech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Thursday, May 31, 2001, at 10:42 AM, Tom Lane wrote:

> Why don't you redesign the app to not use table-level locks?
> An MVCC-aware app should have little or no need for table-level
> locking.
>

Thanks, I'll read up on MVCC in the docs. While digging around, I came
across the MVCC and it was the first I have heard of it (I haven't been
reading up on the new features of 7.1)...

--Brian

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Reinoud van Leeuwen 2001-05-31 19:21:32 Re: Date manipulation
Previous Message Tom Lane 2001-05-31 16:42:28 Re: 7.1.1 Lock Problems on Views