Re: [pgadmin-support] About debugging trigger

2006-11-07 Thread Melvin Davidson
SuSent: Tuesday, November 07, 2006 11:59 AMTo: pgadmin-support@postgresql.orgSubject: [pgadmin-support] About debugging trigger Hi,I have a question about how to insert standard output statement in trigger for debugging purpose. I have tried using the following: echo 'show debug

[pgadmin-support] About debugging trigger

2006-11-07 Thread Michael Su
Hi, I have a question about how to insert standard output statement in trigger for debugging purpose. I have tried using the following: echo 'show debug message' ; echo "show debug message" ; print("show debug message"); print('show debug message'); dbms_output.put_line('show deb