Re: Turning off information messages

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mike Howard <aixguru(at)btopenworld(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Turning off information messages
Date: 2002-11-07 15:56:39
Message-ID: 200211071556.gA7Fudi15551@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


In 7.3, where will be client_min_message and server_min_messages which
will allow supression of this output.

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

Mike Howard wrote:
> Hi All,
>
> I'm using Perl/CGI to interact with a simple database. When creating
> tables I recieve 'notcies' to STDOUT, about implicit indexs, one notice
> for each table created ( see below)
>
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> 'lock_dets_pkey' for table 'lock_dets'
>
> How do I turn these off or alternatively redirect them? I've read the
> documentation and tried various command line options but nothing seems
> to prevent these messages being printed.
>
> Any help appreciated.
>
> Mike.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
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-general by date

  From Date Subject
Next Message Bruno Wolff III 2002-11-07 16:04:18 Re: database design with timestamp
Previous Message Bruce Momjian 2002-11-07 15:48:22 Re: Encrypted Database?