maximum number of triggers on a table? - Mailing list pgsql-general

From derek@spencerogne.com (Derek Spencer)
Subject maximum number of triggers on a table?
Date
Msg-id 34a14ba3.0210291550.758fd864@posting.google.com
Whole thread Raw
Responses Re: maximum number of triggers on a table?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: maximum number of triggers on a table?  (Robert Treat <xzilla@users.sourceforge.net>)
List 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

pgsql-general by date:

Previous
From: "Matthew V." <
Date:
Subject: Effects of not using NOT NULL
Next
From: "Henshall, Stuart - Design & Print"
Date:
Subject: Re: [HACKERS] calculated fields are not seen in the WHERE clause