Re: Suppressing postgres messages?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: cshum <cshum(at)cats(dot)ucsc(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Suppressing postgres messages?
Date: 2002-07-03 15:44:34
Message-ID: 200207031544.g63FiY011135@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

cshum wrote:
> Hi,
>
> How do I suppress postgres messages such as the one below?
>
> NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index
> 'sometable_pkey' for table 'sometable'

7.3 will have a client_min_mesages setting you can control. Nothing
like that exists in 7.2.X. The only solution is to edit the C code and
remove the elog(NOTICE).

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-07-03 16:09:40 Re: (A) native Windows port
Previous Message Tom Lane 2002-07-03 15:43:56 Re: One source of constant annoyance identified