Re: Upgrading the backend's error-message infrastructure

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: <pgsql-hackers(at)postgresql(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Upgrading the backend's error-message infrastructure
Date: 2003-03-14 02:16:42
Message-ID: 0cfd01c2e9cf$c16ea070$6500a8c0@fhp.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-03-14 02:18:48 Re: Upgrading the backend's error-message infrastructure
Previous Message Christopher Kings-Lynne 2003-03-14 02:00:22 Re: SQL99 ARRAY support proposal

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-03-14 02:18:48 Re: Upgrading the backend's error-message infrastructure
Previous Message Barry Lind 2003-03-14 00:31:04 Re: Roadmap for FE/BE protocol redesign