Re: AutoCommit and DDL

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Don Drake <dondrake(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: AutoCommit and DDL
Date: 2005-02-28 03:33:55
Message-ID: 20050228033355.GA1296@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sun, Feb 27, 2005 at 07:55:35PM -0600, Don Drake wrote:

> The problem has to do with multiple concurrent connections to the
> server causing problems. I've removed the concurrent connections and
> now this works. Strange.

Can you elaborate? Can you describe the scenario with enough detail
that somebody else could attempt to duplicate it? It's certainly
possible to issue DDL statements concurrent with other connections,
so we still haven't identified what's really causing the problem.
Investigation shouldn't end until "strange" becomes "aha!"

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Igor Kryltsov 2005-02-28 05:46:55 Postgresql FK to MS SQL triggers
Previous Message Don Drake 2005-02-28 01:55:35 Re: AutoCommit and DDL