Hi, I'm developing a function with some checks, for example... to check if the e-mail is valid or not.
If the e-mail is not valid I put a line with RAISE NOTICE 'E-mail not valid'. I need to know if it is possible to show this RAISE NOTICE when I run this function from PHP. Best Regards, André.