Re: utf8 errors

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: Jirí Pavlovský *EXTERN* <jiri(at)pavlovsky(dot)eu>, Alban Hertroys <haramrae(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: utf8 errors
Date: 2013-06-26 14:42:21
Message-ID: 6549.1372257741@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> writes:
> Once you can reproduce the problem, try a network trace on the communication
> between cleint and server. Maybe that helps to solve the problem.

Actually, if you can reproduce the problem on demand, try attaching to
the backend process with gdb and setting a breakpoint at errfinish().
The stack trace from there would probably be pretty informative about
where/why the failing conversion is being attempted.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dafNi zaf 2013-06-26 14:50:09 Re: dynamic partitioning
Previous Message AI Rumman 2013-06-26 14:32:39 Re: dynamic partitioning