maximum number of triggers on a table?

From: derek(at)spencerogne(dot)com (Derek Spencer)
To: pgsql-general(at)postgresql(dot)org
Subject: maximum number of triggers on a table?
Date: 2002-10-29 23:50:07
Message-ID: 34a14ba3.0210291550.758fd864@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does Postgresql have a limit on the number of triggers that can exist
on any given table? We're using v7.2.3.

I have a table with 36 triggers and upon adding another trigger
(really a foreign key reference) the alter table query hangs and
doesn't return...

I tried to find a reference to this in the documentation or FAQ but
was not successful.

-Derek

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Patnude 2002-10-29 23:56:46 Database replication... - Mission Critical DBMS's -- Taking postgreSQL to the Enterprise Computing level...
Previous Message Robert Treat 2002-10-29 23:02:23 Re: performance issue