Re: invalid UTF-8 via pl/perl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hannu Krosing <hannu(at)2ndquadrant(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: invalid UTF-8 via pl/perl
Date: 2010-03-09 00:11:21
Message-ID: 25308.1268093481@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hannu Krosing <hannu(at)2ndquadrant(dot)com> writes:
> So SPI interface should also be fixed, either from perl side, or maybe
> from inside SPI ?

SPI has every right to assume that data it's given is already in the
database encoding.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-09 00:47:19 Re: Re: incorrect exit code from psql with single transaction + violation of deferred FK constraint
Previous Message Tom Lane 2010-03-09 00:09:26 Re: Re: incorrect exit code from psql with single transaction + violation of deferred FK constraint