Re: about raise exception

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: about raise exception
Дата
Msg-id Pine.BSF.4.21.0103251938470.57501-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на about raise exception  ("Jack" <ycc@bigfoot.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Hi there, having problems with the following:
Следующее
От: Jie Liang
Дата:
Сообщение: Re: About Raise Exception