Re: Question on inserting non-ascii strings

From: Steven Lembark <lembark(at)wrkhors(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Question on inserting non-ascii strings
Date: 2009-05-14 17:57:04
Message-ID: 20090514135704.7624f5b1@bird.wrkhors.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 14 May 2009 18:44:57 +0100
Sam Mason <sam(at)samason(dot)me(dot)uk> wrote:

> You want to be using whatever language you're generating the parameter
> from (Perl) to handle the expansion of escape sequences for you. This
> will cause the expanded string (i.e. the escapes have been interpreted)
> to be sent to Postgres and everything should just work. Unfortunately I
> don't use Perl much, so can't give much in the way of a demo--hopefully
> others will.

That is what I thought should happen, but
using a database with encoding of UTF8 and
client_encoding of UTF8 still gave me the
warnings.

thanx

--
Steven Lembark 85-09 90th St.
Workhorse Computing Woodhaven, NY, 11421
lembark(at)wrkhors(dot)com +1 888 359 3508

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2009-05-14 18:14:20 Re: how to extract data from bytea so it is be used in blob for mysql database
Previous Message Sam Mason 2009-05-14 17:44:57 Re: Question on inserting non-ascii strings