Re: invalid UTF-8 via pl/perl
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hannu Krosing <hannu@2ndquadrant.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@postgresql.org
Date: 2010-03-09T00:11:21Z
Lists: pgsql-hackers
Hannu Krosing <hannu@2ndquadrant.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