Re: "unexpected EOF" messages
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Magnus Hagander <magnus@hagander.net>
Cc: Simon Riggs <simon@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-05-03T15:06:53Z
Lists: 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