How do I get rid of these messages?

From: Wei Weng <wweng(at)kencast(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: How do I get rid of these messages?
Date: 2002-10-30 18:28:23
Message-ID: 1036002504.2051.5.camel@Monet
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?

(I don't want to direct them to /dev/null, since I still want to be able
to see the *real* sql error messages)

Thanks

--
Wei Weng
Network Software Engineer
KenCast Inc.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kevin Old 2002-10-30 20:42:04 Re: [SQL] Database Design tool
Previous Message Andrew Perrin 2002-10-30 18:02:26 Re: unnecessary updates