Re: Is this the warning message I should pay attention on it, during table partition - Mailing list pgsql-general

From Alban Hertroys
Subject Re: Is this the warning message I should pay attention on it, during table partition
Date
Msg-id 95703BB1-B0A7-4D29-8E68-2ECE4B02D3E7@solfertje.student.utwente.nl
Whole thread Raw
In response to Is this the warning message I should pay attention on it, during table partition  (Yan Cheng Cheok <yccheok@yahoo.com>)
List pgsql-general
On 2 Feb 2010, at 4:40, Yan Cheng Cheok wrote:

> NOTICE:  merging column "unit_id" with inherited definition
>
> Is this the warning message I should take any action on it? If not, how I can suppress it? It is quite annoying, when
Isaw these message keep printing out from my c++ console. 


Those are informational messages. You can change what level of messages your application gets by changing the setting
'client_min_messages'either globally or in your C++ program. Apparently it's currently set to the 'notice' level or
lower,you probably want to set that to 'warning' or maybe even higher. 

Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.


!DSPAM:737,4b6824cc10441094912516!



pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: PostgreSQL licence
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: PostgreSQL licence