Re: Locking for function creation - Mailing list pgsql-general

From Richard Huxton
Subject Re: Locking for function creation
Date
Msg-id 45743EE6.9010606@archonet.com
Whole thread Raw
In response to Re: Locking for function creation  (Mark Morgan Lloyd <markMLl.pgsql-general@telemetry.co.uk>)
List pgsql-general
Mark Morgan Lloyd wrote:
>
> If I might ask a related question- assuming that a client has grabbed a
> restrictive lock during a transaction that e.g. is create/replacing functions,
> what happens to other sessions that attempt to run a select or update- will they
> fail (i.e. an implicit NOWAIT) or will they wait until the lock is released?
> Does this vary depending on whether a select/update is within an explicit
> transaction?

They will wait without an explicit NOWAIT. This applies whether the
transaction is explicit or implicit.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Mark Morgan Lloyd
Date:
Subject: Re: Locking for function creation
Next
From: wheel
Date:
Subject: Re: Restore database from files (not dump files)?