DDL commands take forever - Mailing list pgsql-general

From Leonardo M." Ramé
Subject DDL commands take forever
Date
Msg-id 1262102310.3102.15.camel@leonardo-laptop
Whole thread Raw
Responses Re: DDL commands take forever  (Bill Moran <wmoran@potentialtech.com>)
List pgsql-general
Hi, I need to create a trigger on a table used by our sofware, the
problem is, when I issue a "create trigger...." on this table, it takes
forever. It doesn't matter if I use pgAdmin, or psql.

The only way to do it is by disconnecting all the instances of the
program from the database, execute the DDL command, and reconnect the
program again.

What can be causing this behavior? any workaround?.

--
Leonardo M. Ramé
Griensu S.A. - Medical IT Córdoba
Tel.: 0351-4247979


pgsql-general by date:

Previous
From: Михаил Кечинов
Date:
Subject: Re: DELETE ERROR: tuple concurrently updated
Next
From: Bill Moran
Date:
Subject: Re: DDL commands take forever