Re: How do I get rid of these messages?

From: Bhuvan A <bhuvansql(at)myrealbox(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How do I get rid of these messages?
Date: 2002-10-31 08:58:53
Message-ID: Pine.LNX.4.44.0210311424020.13907-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Robert Treat 2002-10-31 14:50:54 Re: psql history
Previous Message Achilleus Mantzios 2002-10-31 08:14:11 Re: time limit of a database connection