Re: [GENERAL] Printing values on pgadmin tool window using plperlu

2007-05-13 Thread Michael Fuhr
On Sun, May 13, 2007 at 11:51:55PM -0400, Harpreet Dhaliwal wrote: > I have a function written in language plpelu. > Normally, values in perl code are printed using > print statement. > Then same when used in postgres environment won't print messages in > 'Messages' tab to pgadmin query tool window

[GENERAL] Printing values on pgadmin tool window using plperlu

2007-05-13 Thread Harpreet Dhaliwal
Hi I have a function written in language plpelu. Normally, values in perl code are printed using print statement. Then same when used in postgres environment won't print messages in 'Messages' tab to pgadmin query tool window. How and where can I print these values while running the plperlu funct