Re: Upgrading the backend's error-message infrastructure - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: Upgrading the backend's error-message infrastructure
Date
Msg-id 47640000.1047610098@lerlaptop.lerctr.org
Whole thread Raw
In response to Re: Upgrading the backend's error-message infrastructure  (Neil Conway <neilc@samurai.com>)
Responses Re: Upgrading the backend's error-message infrastructure  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers

--On Thursday, March 13, 2003 21:44:29 -0500 Neil Conway 
<neilc@samurai.com> wrote:

> On Thu, 2003-03-13 at 21:16, Christopher Kings-Lynne wrote:
>> Would it be possible to do a command line app?
>>
>> bash$ pg_error 1200D
>> Severity: ERROR
>> Message: Division by zero
>> Detail:
>> Hint: Modify statement to prevent zeros appearing in denominators.
>
> Is there any benefit to having this over just including an index of
> error codes in the documentation?
yes, it makes it script-able, and probably more up to date than 
documentation....

Especially if it's in the DB or from the source code.

LER

>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749





pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: Upgrading the backend's error-message infrastructure
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Hrm. interval() function?