![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I created a trigger on a table and pg_trigger table will not show it as enabled. Here is the illustration. [...] I verified the functionality by inserting rows into the table and checking that the row went to the right place. The trigger works but the pg_trigger table shows it as not being enabled. |
#3
| |||
| |||
|
|
This is not the right place to submit an issue report for Postgres. You have to take this to the mailing list (-general) or use the bug submission form on the homepage: http://www.postgresql.org/support/submitbug Thomas |
#4
| |||
| |||
|
|
I created a trigger on a table and pg_trigger table will not show it as enabled. Here is the illustration. news_archive=# create trigger news_segments_ins before insert on news.news_segments for each row execute procedure news_segments_insert_trigger(); CREATE TRIGGER news_archive=# alter table news.news_segments enable trigger news_segments_ins; ALTER TABLE news_archive=# select tgenabled from pg_trigger where tgname='news_segments_ins'; tgenabled ----------- O (1 row) |
![]() |
| Thread Tools | |
| Display Modes | |
| |