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

From Christopher Kings-Lynne
Subject Re: Upgrading the backend's error-message infrastructure
Date
Msg-id 0cfd01c2e9cf$c16ea070$6500a8c0@fhp.internal
Whole thread Raw
In response to Upgrading the backend's error-message infrastructure  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Upgrading the backend's error-message infrastructure  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
> Comments?

All the error stuff sounds really neat.  I volunteer for doing lots of elog
changes when the time comes.

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.

So people can look up errors offline (oracle-style)

Chris



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: SQL99 ARRAY support proposal
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Upgrading the backend's error-message infrastructure