Re: log_error_verbosity function display - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: log_error_verbosity function display
Date
Msg-id 201002111939.o1BJdOx17585@momjian.us
Whole thread Raw
In response to Re: log_error_verbosity function display  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: log_error_verbosity function display
List pgsql-hackers
Jaime Casanova wrote:
> On Thu, Feb 11, 2010 at 6:03 AM, Bruce Momjian <bruce@momjian.us> wrote:
> >
> > Of course, maybe the word LOCATION is wrong and it should be FUNCTION:
> >
> > ? ? ? ?ERROR: ?42P01: relation "lkjasdf" does not exist at character 15
> > ? ? ? ?FUNCTION: ?parserOpenTable(), parse_relation.c:858
> > ? ? ? ?STATEMENT: ?select * from lkjasdf;
> >
> 
> i like this with or without the (), but maybe we are breaking client
> apps if change that

Ah, so you like FUNCTION.  We usually modify log information to improve
clarity.  We aren't as strict in changes to log/admin stuff as we are
with SQL stuff.

Also, the exact content of log_error_verbosity wasn't even documented
until 9.0 with a pending patch I have.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] Provide rowcount for utility SELECTs
Next
From: Robert Haas
Date:
Subject: Re: log_error_verbosity function display