Hi folks,
Could someone please enlightenment me what command in psql i should use
to show the various triggers and rules that i have created?
Thanks alot in advance.
Regards
Damon
/* Please be gentle with me, i'm a newbie..... */
Chunky wrote:
>
> Could someone please enlightenment me what command in psql i should use
> to show the various triggers and rules that i have created?
These might work...
select tgname from pg_trigger
select rulename from pg_rewrite
Regards,
Ed Loehr
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.