> 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