Re: How do I get rid of these messages?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bhuvan A <bhuvansql(at)myrealbox(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How do I get rid of these messages?
Date: 2002-11-02 01:47:48
Message-ID: 200211020147.gA21lmW26598@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


7.3 beta has client_min_messages which can show only WARNING and
not NOTICE.

---------------------------------------------------------------------------

Bhuvan A wrote:
> > How do I get rid of the messages like "NOTICE: CREATE TABLE / PRIMARY
> > KEY will create implicit index 'test_pkey' for table 'test'" coming out
> > from stderr when I run psql with my create table script?
> >
>
> AFAIK, by default it cannot be done eventhough syslog is enabled (somebody
> correct me if wrong), since such messages are sent to the frontend in all
> cases. If you are ready to re-compile, i have the patch. You can contact
> me.
>
> regards,
> bhuvaneswaran
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2002-11-02 03:48:00 Re: Different size in the DATA directory
Previous Message Josh Berkus 2002-11-01 22:36:32 Re: making queries more effecient