Re: listing triggers

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Erwin Moller <since_humans_read_this_I_am_spammed_too_much(at)spamyourself(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: listing triggers
Date: 2004-08-09 01:48:16
Message-ID: 4116D7E0.1080007@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Thanks for your response, but this is what I get:
>
> column, Type, and Modifiers
> +
> Indexes and foreign key contraints.
> No triggers.

It lists triggers. Trust me, I wrote it.

> The triggers are responsible for checking FK-contraints in other tables,
> that use the table I want to list as refering key.

OK, there you go. Foreign key triggers are hidden from you
automatically. They're considered implementation specific information.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-08-09 01:51:16 Re: [PATCHES] That dump-comments-on-composite-type-columns patch...
Previous Message Josh Berkus 2004-08-09 01:44:32 Re: Add Missing From?