Re: listing triggers

Поиск
Список
Период
Сортировка
От Erwin Moller
Тема Re: listing triggers
Дата
Msg-id 4115ecdd$0$6968$e4fe514c@news.xs4all.nl
обсуждение исходный текст
Ответ на listing triggers  (Erwin Moller <since_humans_read_this_I_am_spammed_too_much@spamyourself.com>)
Ответы Re: listing triggers  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: listing triggers  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Christopher Kings-Lynne wrote:

>> futhermore:
>> \dt lists tables
>> \ds lists sequences
>> \d tablename lists that table.
>> 
>> etc. etc.
>> 
>> But how can I get a listing of all used triggers on a certain table?
> 
> \d <tablename>
> 
> Chris
> 

Hi Chris,

Thanks for your response, but this is what I get:

column, Type, and Modifiers
+ 
Indexes and foreign key contraints.
No triggers.

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

This is what the help says:
\d [NAME]      describe table, index, sequence, or view\d{t|i|s|v|S} [PATTERN] (add "+" for more detail)
listtables/indexes/sequences/views/system tables
 

No triggers....

So, I am still in the dark.

Regards,
Erwin Moller


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ready for Beta ... ?
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [PATCHES] [BUGS] casting strings to multidimensional arrays yields