Re: Error messages --- now that we've got it, do you like - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Error messages --- now that we've got it, do you like
Date
Msg-id 200307202256.h6KMurG27881@candle.pha.pa.us
Whole thread Raw
In response to Re: Error messages --- now that we've got it, do you like  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Error messages --- now that we've got it, do you like  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> 
> VERBOSE doesn't seem like the right name for the \set parameter.  I
> consider VERBOSE to be a possible value for error verbosity.  Saying
> '\set VERBOSE terse' seems like an contradiction.
> 
> Should we call it VERBOSITY, or something else?  Seems 'error' or 'err'
> or 'message' should be in there somewhere too.
> 
> Here is a good example of the problem:
> 
> > regression=# \set VERBOSE verbose
> > regression=# \set VERBOSE default
> > regression=# \set VERBOSE terse
> 
> That is just confusing.  It is the parameter name and a possible value.
> 
> How about MESSOUTPUT or ERROUTPUT?  Both look ugly, though.

OK, if people like VERBOSITY, I wonder if the values should be more like
a tunable parameter, rather than a behavior, meaning VERBOSITY would
have values like off/default/full, or minimum/default/maximum.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Error messages --- now that we've got it, do you like
Next
From: Sean Chittenden
Date:
Subject: Reinventing the wheel...