I cannot trap pgsql NOTICE messages with PHP3. Does someone know how to solve this?
Thanks for your help, Michele Valzelli
Depends on what kind of message you are getting?
The message is passed by a plpgsql function that I wrote using the RAISE NOTICE instruction, and I'd like to print it in my PHP page. (notice that I can usually trap all other kinds of error messages and even RAISE EXCEPTION messages).
Michele Valzelli