On Mon, 26 Mar 2001, Jack wrote:
> According to user guide, both Raise Notice & Raise Exception will write
> message to database log. Which system table is the database log about?
It's actually generally on either STDERR or sent to syslog depending
on configuration.
> By the way what is the difference between Raise Notice & Raise Exception?
Raising an exception means that an error has occurred and will force
rollback (just like normal error condition).