Re: "unexpected EOF" messages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: "unexpected EOF" messages
Date
Msg-id 23823.1336057613@sss.pgh.pa.us
Whole thread Raw
In response to Re: "unexpected EOF" messages  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> On Thu, May 3, 2012 at 4:53 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Magnus Hagander <magnus@hagander.net> writes:
>>> Are you thinking basically "regexp against the main text", or
>>> something else, when you say "generic filter capacity"?

>> In the context of yesterday's discussions, I wonder whether a filter by
>> SQLSTATE would be appropriate.

> I'm worried it's not really granular enough.

I dislike the idea of regex-on-text because of i18n issues.  There's no
guarantee for instance that all sessions are running with the same
LC_MESSAGES locale.  In any case, anybody who's dead set on doing it
that way can do it today with grep.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: How hard would it be to support LIKE in return declaration of generic record function calls ?
Next
From: Tom Lane
Date:
Subject: Re: How hard would it be to support LIKE in return declaration of generic record function calls ?