Help supressing NOTICE messages - Mailing list pgsql-general

From Alex Soto
Subject Help supressing NOTICE messages
Date
Msg-id 6e9410f70409070348ccaaf99@mail.gmail.com
Whole thread Raw
Responses Re: Help supressing NOTICE messages  (Devrim GUNDUZ <devrim@gunduz.org>)
List pgsql-general
Hi All,

I'm developing some scripts to create my schema to be run by other
developers and I'd like to have them not spit out those NOTICE messages
when you create a table regarding the implicit indexes that are made
since it just makes it harder to see when there is a real error.

I've tried running psql with the quiet argument, I've set the QUIET
variable to true and the VERBOSITY level to terse but the NOTICE
messages still appear(while all other output is supressed).

I searched the archives and found one post from a developer where he
stated that this is a feature that's been asked for and would be
available in 7.3 and I have 7.4.5.

Other than that I haven't been able to find any documentation or mention of it.

Can anyone point me in the right direction?

Thanks,
Alex

pgsql-general by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: restricting non superuser from accessing other
Next
From: Prabu Subroto
Date:
Subject: changing the password of postres