Re: Is this the warning message I should pay attention on it, during table partition

From: Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl>
To: Yan Cheng Cheok <yccheok(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is this the warning message I should pay attention on it, during table partition
Date: 2010-02-02 13:12:43
Message-ID: 95703BB1-B0A7-4D29-8E68-2ECE4B02D3E7@solfertje.student.utwente.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 I saw 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!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2010-02-02 13:26:02 Re: PostgreSQL licence
Previous Message Thom Brown 2010-02-02 13:09:15 PostgreSQL licence