Re: How to hide NOTICE messages in psql.exe ?

From: "Szymic1" <dyrex(at)poczta(dot)onet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to hide NOTICE messages in psql.exe ?
Date: 2006-07-05 14:48:21
Message-ID: 1152110901.050880.132030@j8g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> might also be interested in psql's -q option (or "\set QUIET").

I use -q but I've got e.g

Z:\>psql.exe -q -d ff -h localhost -p 5432 -U postgres
0<D:\ff\centralny\src\db\processing_utils.sql
NOTICE: type reference ff.alias.mask%TYPE converted to character
varying
NOTICE: type reference freeconet.logic_list_item.conv%TYPE converted
to charact
er varying
NOTICE: type reference ff.logic_list_item.conv%TYPE converted to
charact
er varying
NOTICE: type reference ff.alias.mask%TYPE converted to character
varying
NOTICE: type reference ff.account.user_name%TYPE converted to
character
varying
NOTICE: type reference ff.alias.mask%TYPE converted to character
varying

I would like to hide lines with NOTICE

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-07-05 15:01:54 Re: pgsql vs mysql
Previous Message Bjørn T Johansen 2006-07-05 14:46:55 Help making a plpgsql function?