Re: about raise exception

From: Jie Liang <jliang(at)ipinc(dot)com>
To: Jack <ycc(at)bigfoot(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: about raise exception
Date: 2001-03-26 04:03:13
Message-ID: Pine.BSF.4.10.10103251959300.70568-100000@tidal.ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Jie LIANG

St. Bernard Software

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang(at)ipinc(dot)com
www.stbernard.com
www.ipinc.com

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?

I believe it means write a message to your log file such as /.../pgsql.log

>
> By the way what is the difference between Raise Notice & Raise Exception?
>

raise notice does not terminate program but raise exception does.

>
> Jack
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-03-26 04:11:08 Re: CHAR or VARCHAR
Previous Message Jie Liang 2001-03-26 03:53:44 Re: About Raise Exception