Re: log_error_verbosity function display - Mailing list pgsql-hackers

From Robert Haas
Subject Re: log_error_verbosity function display
Date
Msg-id 603c8f071002111140m618f12d3r22ef88ec46b6de09@mail.gmail.com
Whole thread Raw
In response to Re: log_error_verbosity function display  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Thu, Feb 11, 2010 at 2:08 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
> Bruce Momjian wrote:
>
>> FYI, here is the output that had me confused:
>>
>>       ERROR:  42P01: relation "lkjasdf" does not exist at character 15
>>       LOCATION:  parserOpenTable, parse_relation.c:858
>>       STATEMENT:  select * from lkjasdf;
>
> How about something like
>
> ERROR:  42P01: relation "lkjasdf" does not exist at character 15
> LOCATION: parserOpenTable function in file parse_relation.c:858
> STATEMENT:  select * from lkjasdf;

FWIW, I think I prefer Bruce's proposal to use FUNCTION as the tag,
rather than mentioning FUNCTION in the text.  But I also wonder why
this bikeshed is not crimson.

...Robert


pgsql-hackers by date:

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