Re: about raise exception - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: about raise exception
Date
Msg-id Pine.BSF.4.21.0103251938470.57501-100000@megazone23.bigpanda.com
Whole thread Raw
In response to about raise exception  ("Jack" <ycc@bigfoot.com>)
List pgsql-sql
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).




pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Hi there, having problems with the following:
Next
From: Jie Liang
Date:
Subject: Re: About Raise Exception