Re: should I worry? - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: should I worry?
Date
Msg-id 4730670B.7040804@enterprisedb.com
Whole thread Raw
In response to Re: should I worry?  (ohp@pyrenet.fr)
Responses Re: should I worry?  (ohp@pyrenet.fr)
Re: should I worry?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
ohp@pyrenet.fr wrote:
> I'd love to find a  query against pg_triggers giving the table name for
> each RI_ConstraintTrigger_xxx.

SELECT t.tgname, c.relname, tgconstrname FROM pg_trigger t, pg_class c 
WHERE t.tgrelid = c.oid AND tgname like 'RI_ConstraintTrigger_%';

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Mark Mielke
Date:
Subject: Re: Visibility map thoughts
Next
From: Andrew Dunstan
Date:
Subject: Re: Visibility map thoughts