View Single Post

   
  #3 (permalink)  
Old 04-12-2008, 01:05 AM
Dennis Brakhane
 
Posts: n/a
Default Re: begin transaction locks out other connections

On Thu, Apr 10, 2008 at 4:40 PM, Pavan Deolasee
<pavan.deolasee@gmail.com> wrote:
> On Thu, Apr 10, 2008 at 7:18 PM, Ivano Luberti <luberti@archicoop.it> wrote:
>
> I think that's because Postgres does not have deferred constraint checks.


I believe it does. See
http://www.postgresql.org/docs/8.3/i...nstraints.html
and the DEFERRABLE keyword in CREATE TABLE.

Or am I missing something here?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply With Quote