Re: SELECT d02name::bytea FROM ... && DBI::Pg

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Matthias Apitz <guru(at)unixarea(dot)de>
Cc: Francisco Olarte <folarte(at)peoplecall(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: SELECT d02name::bytea FROM ... && DBI::Pg
Date: 2019-10-12 13:27:13
Message-ID: 20191012132713.GB2452@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Matthias Apitz (guru(at)unixarea(dot)de):

> Hmm. But *I* do need the content in hex to see if the varchar column
> contains correct encoded UTF-8 data.

select 'Hello'::bytea::text;

Regards,
Christoph

--
Spare Space

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2019-10-12 13:52:27 Re: Perl DBI converts UTF-8 again to UTF-8 before sending it to the server
Previous Message Daniel Verite 2019-10-12 13:17:55 Re: Case Insensitive Comparison with Postgres 12