Re: log_error_verbosity function display

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: log_error_verbosity function display
Date: 2010-02-11 19:40:51
Message-ID: 603c8f071002111140m618f12d3r22ef88ec46b6de09@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 11, 2010 at 2:08 PM, Alvaro Herrera
<alvherre(at)commandprompt(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-02-11 19:42:49 Re: [PATCH] Provide rowcount for utility SELECTs
Previous Message Bruce Momjian 2010-02-11 19:39:24 Re: log_error_verbosity function display