Re: NOTICE vs WARNING - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: NOTICE vs WARNING
Date
Msg-id 083201c36b6b$ef063520$2800a8c0@mars
Whole thread Raw
In response to NOTICE vs WARNING  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: NOTICE vs WARNING
List pgsql-hackers
Surely a WARNING is a problem that you should probably fix?  Or at least pay
attention to.  My thought is that you could turn of NOTICES and not worry.
(Which is what I sometimes do during restore, etc.)

Chris

----- Original Message ----- 
From: "Peter Eisentraut" <peter_e@gmx.net>
To: "PostgreSQL Development" <pgsql-hackers@postgresql.org>
Sent: Tuesday, August 26, 2003 12:44 AM
Subject: [HACKERS] NOTICE vs WARNING


> Can someone explain in succinct and general terms what the difference
> between a NOTICE and a WARNING is?  I'm currently examining the validity
> of notice and warning messages throughout the backend, but I find these
> categories to be applied inconsistently.
>
> -- 
> Peter Eisentraut   peter_e@gmx.net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: set constraints docs page
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: I am back