Im including a RAISE statement in a PL/pgSQL function with a message.
However, the msg does not print out as advertised either in the standard
output or on the log file. Is there some option I need to specify? When
the function throws an exception I do see other DEBUG, NOTICE, and EXCEPTION
messages displayed, but not the ones I code.