Re: rule question - Mailing list pgsql-general

From Scott Marlowe
Subject Re: rule question
Date
Msg-id dcc563d10802290615v50a02e54s4bfdfc29f0b10b6f@mail.gmail.com
Whole thread Raw
In response to Re: rule question  (Tim Rupp <caphrim007@gmail.com>)
List pgsql-general
On Fri, Feb 29, 2008 at 4:08 AM, Tim Rupp <caphrim007@gmail.com> wrote:

>  One other question. If the lock needed is exclusive, and more inserts
>  come in after it is requested, will Postgres schedule the rule to be
>  created before those new inserts are allowed to happen? Or can the rule
>  request sit there and wait indefinitely for it's exclusive lock.

PostgreSQL will process the transactions in order.

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: LIMIT Question
Next
From: "Gurjeet Singh"
Date:
Subject: Re: LIMIT Question