Re: 7.2 items - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: 7.2 items
Date
Msg-id Pine.LNX.4.30.0105122306490.757-100000@peter.localdomain
Whole thread Raw
In response to Re: 7.2 items  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 7.2 items  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 7.2 items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: 7.2 items  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
Tom Lane writes:

> Peter E. had implied that he wanted to tackle the elog issues for 7.2,
> but I'm not sure if he's committed to it or not.

Well...

* Automatically add filename, line, function name:  Easy to code, lots of labour.  Should be lumped in with some other
largechange.
 

* Error codes:  I think there are only a handful of key messages that users (programs) need to detect cleanly, mostly
constraintviolations. The rest are "the query you sent is wrong -- fix your application" and "something went really
wrong-- manual repair needed"
 
 So maybe this could be a smallish change.

* Translation:  If we want to use gettext I can get started.  I don't think I'm interested in using any other
interface.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Converting PL/SQL to PL/PGSQL
Next
From: Bruce Momjian
Date:
Subject: Re: [JDBC] Re: Outstanding patches