On Fri, Feb 29, 2008 at 4:08 AM, Tim Rupp <caphrim007(at)gmail(dot)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.