help turning of NOTICE messages

From: Alex Soto <apsoto(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: help turning of NOTICE messages
Date: 2004-09-06 19:33:51
Message-ID: 6e9410f704090612332d31bb8d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

I'm developing some scripts to create my schema to be run by other
folks 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.

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

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2004-09-06 20:14:47 Re: Indexing Order By columns
Previous Message Karim Nassar 2004-09-06 19:09:23 Re: Can we return a table from a function?